mirror of https://github.com/mpv-player/mpv
options: rename --no-sound to --no-audio
This commit is contained in:
parent
d83211722e
commit
5c630c96cd
|
@ -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),
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue