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:
wm4 2013-09-10 15:19:37 +02:00
parent 12efec7a48
commit bf71e28d6b
1 changed files with 3 additions and 1 deletions

View File

@ -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[] = _(