mirror of https://github.com/mpv-player/mpv
mplayer: mentioned --list-options in --help output
It's annoying for users if you can't get a list of options with --help, but on the other hand, printing all options would be overkill. So just mentioned --list-options.
This commit is contained in:
parent
12efec7a48
commit
bf71e28d6b
|
@ -152,13 +152,15 @@
|
|||
const char mp_help_text[] = _(
|
||||
"Usage: mpv [options] [url|path/]filename\n"
|
||||
"\n"
|
||||
"Basic options: (complete list in the man page)\n"
|
||||
"Basic options:\n"
|
||||
" --start=<time> seek to given (percent, seconds, or hh:mm:ss) position\n"
|
||||
" --no-audio do not play sound\n"
|
||||
" --no-video do not play video\n"
|
||||
" --fs fullscreen playback\n"
|
||||
" --sub=<file> specify subtitle file to use\n"
|
||||
" --playlist=<file> specify playlist file\n"
|
||||
"\n"
|
||||
" --list-options list all mpv options\n"
|
||||
"\n");
|
||||
|
||||
static const char av_desync_help_text[] = _(
|
||||
|
|
Loading…
Reference in New Issue