From aab98776f602a4bec1a74ee87eb829aadf6437ea Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 16 Dec 2016 16:09:10 +0100 Subject: options: change --h=... behavior Does not match a shell pattern anymore. Instead, a simple sub-string search is done. --- DOCS/man/options.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index e355d933d9..0dd3aad59b 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -350,9 +350,10 @@ Program Behavior ``--help``, ``--h`` Show short summary of options. - You can also pass a shell pattern to this option, which will list all - matching top-level options, e.g. ``--h=*scale*`` for all options that - contain the word "scale". + You can also pass a string to this option, which will list all top-level + options which contain the string in the name, e.g. ``--h=scale`` for all + options that contain the word ``scale``. The special string ``*`` lists + all top-level options. ``-v`` Increment verbosity level, one level for each ``-v`` found on the command -- cgit v1.2.3