From 048508c989081f8bcf54d76f5b13138cc3f47738 Mon Sep 17 00:00:00 2001 From: Jukka Laurila Date: Mon, 5 Mar 2018 22:25:27 +0100 Subject: Make "meson help" and "meson help " do the expected thing. --- docs/markdown/snippets/improved-help.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/markdown/snippets/improved-help.md (limited to 'docs/markdown/snippets') diff --git a/docs/markdown/snippets/improved-help.md b/docs/markdown/snippets/improved-help.md new file mode 100644 index 0000000..db7e852 --- /dev/null +++ b/docs/markdown/snippets/improved-help.md @@ -0,0 +1,6 @@ +## "meson help" now shows command line help + +Command line parsing is now less surprising. "meson help" is now +equivalent to "meson --help" and "meson help " is +equivalent to "meson --help", instead of creating a build +directory called "help" in these cases. -- cgit v1.1