raster pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=a6e000b2e870a9f43a4c2c46ff8f4fb2a4f54a13
commit a6e000b2e870a9f43a4c2c46ff8f4fb2a4f54a13 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Fri Jul 28 22:27:06 2017 +0900 fix help for rotation option --- src/bin/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/main.c b/src/bin/main.c index 9866300..a353f6a 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -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); --
