fix help for rotation option

This commit is contained in:
Carsten Haitzler 2017-07-28 22:27:06 +09:00
parent af4f8b4b1c
commit a6e000b2e8
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ elm_main(int argc, char **argv)
" previously given filename such as:\n"
"\n"
" rage file.mp4 -sub subs.srt file2.mp4 ...\n"
" -r 0/90/180/270\n"
" -rot 0/90/180/270\n"
" Rotate output by the given rotation\n"
);
exit(0);