options: rename --no-sound to --no-audio

This commit is contained in:
wm4 2012-07-30 02:04:00 +02:00
parent d83211722e
commit 5c630c96cd
2 changed files with 2 additions and 2 deletions

View File

@ -502,7 +502,7 @@ const m_option_t common_opts[] = {
OPT_FLAG_CONSTANTS("no-sub", sub_id, 0, -1, -2),
OPT_FLAG_CONSTANTS("no-video", video_id, 0, -1, -2),
OPT_FLAG_CONSTANTS("sound", audio_id, 0, -2, -1),
OPT_FLAG_CONSTANTS("no-sound", audio_id, 0, -1, -2),
OPT_FLAG_CONSTANTS("no-audio", audio_id, 0, -1, -2),
OPT_STRINGLIST("alang", audio_lang, 0),
OPT_STRINGLIST("slang", sub_lang, 0),

View File

@ -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")