summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRodeo <[email protected]>2014-10-01 12:16:20 +0000
committerRodeo <[email protected]>2014-10-01 12:16:20 +0000
commitfc2a484c244a4d922b2621c1f986bec289194517 (patch)
tree13c5e9a2f164d65f119378263ea8df51fca26f08 /test
parent40d99b867934eb2c47175fb9cfdeb0ec54d94492 (diff)
CLI: update help for --rotate option to mention the new modes introduced before 0.9.9 ;-)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6428 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r--test/test.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/test.c b/test/test.c
index 7e13c5fd4..a7299736c 100644
--- a/test/test.c
+++ b/test/test.c
@@ -3354,8 +3354,12 @@ if (hb_qsv_available())
" <none/film/grain/highmotion/animation> or omitted (default none)\n"
" -7, --deblock Deblock video with pp7 filter\n"
" <QP:M> (default 5:2)\n"
- " --rotate Flips images axes\n"
- " <M> (default 3)\n"
+ " --rotate <mode> Rotate image or flip its axes.\n"
+ " Modes: (can be combined)\n"
+ " 1 vertical flip\n"
+ " 2 horizontal flip\n"
+ " 4 rotate clockwise 90 degrees\n"
+ " Default: 3 (vertical and horizontal flip)\n"
" -g, --grayscale Grayscale encoding\n"
"\n"