diff options
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/options.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index dcdd73dcde..fc52f3f33e 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -325,9 +325,13 @@ Playback Control Program Behavior ---------------- -``--help`` +``--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". + ``-v`` Increment verbosity level, one level for each ``-v`` found on the command line. |