diff options
author | Jukka Laurila <jlaurila@google.com> | 2018-03-05 22:25:27 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-03-06 14:02:55 +0200 |
commit | 048508c989081f8bcf54d76f5b13138cc3f47738 (patch) | |
tree | b3c9ea44c00dc3d1dc5d22ada4d0de97aa605095 /docs/markdown/snippets | |
parent | fa1401bec1ce74f120bae8747c02db51b287d950 (diff) | |
download | meson-048508c989081f8bcf54d76f5b13138cc3f47738.zip meson-048508c989081f8bcf54d76f5b13138cc3f47738.tar.gz meson-048508c989081f8bcf54d76f5b13138cc3f47738.tar.bz2 |
Make "meson help" and "meson help <subcommand>" do the expected thing.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/improved-help.md | 6 |
1 files changed, 6 insertions, 0 deletions
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 <subcommand>" is +equivalent to "meson <subcommand> --help", instead of creating a build +directory called "help" in these cases. |