Originally committed as revision 20906 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -1,5 +1,8 @@ |
| 1 | 1 |
{ "L", OPT_EXIT, {(void*)show_license}, "show license" },
|
| 2 | 2 |
{ "h", OPT_EXIT, {(void*)show_help}, "show help" },
|
| 3 |
+ { "?", OPT_EXIT, {(void*)show_help}, "show help" },
|
|
| 4 |
+ { "help", OPT_EXIT, {(void*)show_help}, "show help" },
|
|
| 5 |
+ { "-help", OPT_EXIT, {(void*)show_help}, "show help" },
|
|
| 3 | 6 |
{ "version", OPT_EXIT, {(void*)show_version}, "show version" },
|
| 4 | 7 |
{ "formats" , OPT_EXIT, {(void*)show_formats }, "show available formats" },
|
| 5 | 8 |
{ "codecs" , OPT_EXIT, {(void*)show_codecs }, "show available codecs" },
|
| ... | ... |
@@ -251,7 +251,7 @@ Show available bitstream filters. |
| 251 | 251 |
Show available protocols. |
| 252 | 252 |
@item -filters |
| 253 | 253 |
Show available libavfilter filters. |
| 254 |
-@item -h |
|
| 254 |
+@item -h, -?, -help, --help |
|
| 255 | 255 |
Show help. |
| 256 | 256 |
@item -loglevel @var{loglevel}
|
| 257 | 257 |
Set the logging level used by the library. |