Commit 6b83a2b6 authored by ramiro's avatar ramiro

Add -?, -help, and --help as alternative options to get help.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20906 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5df29eda
{ "L", OPT_EXIT, {(void*)show_license}, "show license" },
{ "h", OPT_EXIT, {(void*)show_help}, "show help" },
{ "?", OPT_EXIT, {(void*)show_help}, "show help" },
{ "help", OPT_EXIT, {(void*)show_help}, "show help" },
{ "-help", OPT_EXIT, {(void*)show_help}, "show help" },
{ "version", OPT_EXIT, {(void*)show_version}, "show version" },
{ "formats" , OPT_EXIT, {(void*)show_formats }, "show available formats" },
{ "codecs" , OPT_EXIT, {(void*)show_codecs }, "show available codecs" },
......
......@@ -228,7 +228,7 @@ specified for the inputs.
@item -L
Show license.
@item -h
@item -h, -?, -help, --help
Show help.
@item -version
......
......@@ -29,7 +29,7 @@ ffplay [options] @file{input_file}
@section Main options
@table @option
@item -h
@item -h, -?, -help, --help
Show help.
@item -version
Show version.
......
......@@ -251,7 +251,7 @@ Show available bitstream filters.
Show available protocols.
@item -filters
Show available libavfilter filters.
@item -h
@item -h, -?, -help, --help
Show help.
@item -loglevel @var{loglevel}
Set the logging level used by the library.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment