summaryrefslogtreecommitdiffstats
path: root/mpvcore
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-09-10 15:19:37 +0200
committerwm4 <wm4@nowhere>2013-09-10 15:19:37 +0200
commitbf71e28d6bdbc127f62b3956a242316a049614af (patch)
treecbf92f40fba61ac77957367fd989e51b5fd88bdb /mpvcore
parent12efec7a48863acc59e3a87f2cf2abd9624d4e15 (diff)
downloadmpv-bf71e28d6bdbc127f62b3956a242316a049614af.tar.bz2
mpv-bf71e28d6bdbc127f62b3956a242316a049614af.tar.xz
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.
Diffstat (limited to 'mpvcore')
-rw-r--r--mpvcore/mplayer.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mpvcore/mplayer.c b/mpvcore/mplayer.c
index 3343cecf00..b295cb5cec 100644
--- a/mpvcore/mplayer.c
+++ b/mpvcore/mplayer.c
@@ -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[] = _(