mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 20:27:23 +00:00
options: add missing dash in msg-level help message
Currently using mpv --msg-level=help, shows an instance of --msglevel (missing dash). Seems like the help message was only partially updated with the -msglevel -> --msg-level transition. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
ca6108baf4
commit
c27c17fcab
@ -1864,7 +1864,7 @@ static int parse_msglevels(struct mp_log *log, const m_option_t *opt,
|
||||
struct bstr name, struct bstr param, void *dst)
|
||||
{
|
||||
if (bstr_equals0(param, "help")) {
|
||||
mp_info(log, "Syntax:\n\n --msglevel=module1=level,module2=level,...\n\n"
|
||||
mp_info(log, "Syntax:\n\n --msg-level=module1=level,module2=level,...\n\n"
|
||||
"'module' is output prefix as shown with -v, or a prefix\n"
|
||||
"of it. level is one of:\n\n"
|
||||
" fatal error warn info status v debug trace\n\n"
|
||||
|
Loading…
Reference in New Issue
Block a user