Fix help for --record-format

Record format requires a parameter.
This commit is contained in:
Romain Vimont 2019-10-30 21:55:12 +01:00
parent d841718956
commit 1380f6e00f

View file

@ -59,7 +59,7 @@ static void usage(const char *arg0) {
" -f, --fullscreen\n"
" Start in fullscreen.\n"
"\n"
" -F, --record-format\n"
" -F, --record-format format\n"
" Force recording format (either mp4 or mkv).\n"
"\n"
" -h, --help\n"