mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
options: make --h list options according to a pattern passed to it
Useless feature, but I want it. Won't work on Windows due to missing fnmatch().
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user