mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 00:19:32 +00:00
Removing obsolete, and until recently, misdocumented option -verbose .
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17209 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cd7a360b61
commit
e9c36ee295
@ -580,12 +580,6 @@ Display even less output and status messages than with \-quiet.
|
||||
Increment verbosity level, one level for each \-v
|
||||
found on the command line.
|
||||
.
|
||||
.TP
|
||||
.B \-verbose <0\-4)
|
||||
Directly set verbosity level.
|
||||
See \-msglevel for the meaning of each level, taking into
|
||||
account that \-verbose 0 corresponds to level 5.
|
||||
.
|
||||
.
|
||||
.
|
||||
.SH "PLAYER OPTIONS (MPLAYER ONLY)"
|
||||
|
@ -4,7 +4,6 @@
|
||||
{"quiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 0, 1, NULL},
|
||||
{"noquiet", &quiet, CONF_TYPE_FLAG, CONF_GLOBAL, 1, 0, NULL},
|
||||
{"really-quiet", &verbose, CONF_TYPE_FLAG, CONF_GLOBAL, 0, -10, NULL},
|
||||
{"verbose", &verbose, CONF_TYPE_INT, CONF_RANGE|CONF_GLOBAL, 0, 100, NULL},
|
||||
{"v", cfg_inc_verbose, CONF_TYPE_FUNC, CONF_GLOBAL|CONF_NOSAVE, 0, 0, NULL},
|
||||
{"msglevel", msgl_config, CONF_TYPE_SUBCONFIG, CONF_GLOBAL, 0, 0, NULL},
|
||||
{"include", cfg_include, CONF_TYPE_FUNC_PARAM, CONF_NOSAVE, 0, 0, NULL},
|
||||
|
Loading…
Reference in New Issue
Block a user