summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-12-16 16:09:10 +0100
committerwm4 <wm4@nowhere>2016-12-16 16:09:10 +0100
commitaab98776f602a4bec1a74ee87eb829aadf6437ea (patch)
tree546340338050917156d3335ff43c52007f18e21c /DOCS/man
parenta8347eb9ba9e09177da50592fde7f3ae7261ce59 (diff)
downloadmpv-aab98776f602a4bec1a74ee87eb829aadf6437ea.tar.bz2
mpv-aab98776f602a4bec1a74ee87eb829aadf6437ea.tar.xz
options: change --h=... behavior
Does not match a shell pattern anymore. Instead, a simple sub-string search is done.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/options.rst7
1 files changed, 4 insertions, 3 deletions
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