GUAC-236: Add FILE to usage descriptions.
This commit is contained in:
parent
710edc03ff
commit
e74ea54eb9
@ -135,7 +135,8 @@ invalid_options:
|
||||
|
||||
fprintf(stderr, "USAGE: %s"
|
||||
" [-s WIDTHxHEIGHT]"
|
||||
" [-r BITRATE]\n", argv[0]);
|
||||
" [-r BITRATE]"
|
||||
" [FILE]...\n", argv[0]);
|
||||
|
||||
return 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user