summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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[] = _(