summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-07-30 02:04:00 +0200
committerwm4 <wm4@nowhere>2012-07-30 02:04:00 +0200
commit5c630c96cd9fdfdd33c85706b2e68af9bd521c60 (patch)
tree096f3ca51ee22d12ccc3d59e2c449481ca8c1b6b /mplayer.c
parentd83211722e9ba6543bec65745f371423c3da9b9b (diff)
downloadmpv-5c630c96cd9fdfdd33c85706b2e68af9bd521c60.tar.bz2
mpv-5c630c96cd9fdfdd33c85706b2e68af9bd521c60.tar.xz
options: rename --no-sound to --no-audio
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index cc89e1aaee..ef352ad34f 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -224,7 +224,7 @@ static const char help_text[] = _(
"- Playing from a slow network source.\n"\
" Download the file instead.\n"\
"- Try to find out whether audio or video is causing this by experimenting\n"\
-" with --no-video and --no-sound.\n"\
+" with --no-video and --no-audio.\n"\
"If none of this helps you, file a bug report.\n\n")