Fix help for --record-format
Record format requires a parameter.
This commit is contained in:
parent
d841718956
commit
1380f6e00f
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ static void usage(const char *arg0) {
|
||||||
" -f, --fullscreen\n"
|
" -f, --fullscreen\n"
|
||||||
" Start in fullscreen.\n"
|
" Start in fullscreen.\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -F, --record-format\n"
|
" -F, --record-format format\n"
|
||||||
" Force recording format (either mp4 or mkv).\n"
|
" Force recording format (either mp4 or mkv).\n"
|
||||||
"\n"
|
"\n"
|
||||||
" -h, --help\n"
|
" -h, --help\n"
|
||||||
|
|
Loading…
Reference in a new issue