mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-18 21:07:57 +08:00
Prefer "loglevel" over "logging level number or string" as argname of
the loglevel command line option. Make the loglevel option help message more clear, since the option argument is shown as a single token, and make the whole message better aligned with the other help messages. Originally committed as revision 20149 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -4476,7 +4476,7 @@ static const OptionDef options[] = {
|
||||
{ "version", OPT_EXIT, {(void*)show_version}, "show version" },
|
||||
{ "L", OPT_EXIT, {(void*)show_license}, "show license" },
|
||||
{ "formats", OPT_EXIT, {(void*)show_formats}, "show available formats, codecs, protocols, ..." },
|
||||
{ "loglevel", HAS_ARG | OPT_FUNC2, {(void*)opt_loglevel}, "set libav* logging level", "logging level number or string" },
|
||||
{ "loglevel", HAS_ARG | OPT_FUNC2, {(void*)opt_loglevel}, "set libav* logging level", "loglevel" },
|
||||
{ "n", OPT_BOOL, {(void *)&no_launch }, "enable no-launch mode" },
|
||||
{ "d", 0, {(void*)opt_debug}, "enable debug mode" },
|
||||
{ "f", HAS_ARG | OPT_STRING, {(void*)&config_filename }, "use configfile instead of /etc/ffserver.conf", "configfile" },
|
||||
|
Reference in New Issue
Block a user