help: mention that rotate is clockwise

This commit is contained in:
Erik Auerswald
2024-02-23 18:57:04 +01:00
parent 624e998efb
commit 1a8c4d7701
+1 -1
View File
@@ -179,7 +179,7 @@ void usage(char *name, FILE *f)
fprintf(f, " color\n");
fprintf(f, " shear OFFSET shear image OFFSET pixels (at bottom) to the\n");
fprintf(f, " right\n");
fprintf(f, " rotate THETA rotate image by THETA degrees\n");
fprintf(f, " rotate THETA rotate image clockwise by THETA degrees\n");
fprintf(f, " mirror {horiz|vert} mirror image horizontally or vertically\n");
fprintf(f, " crop X Y W H crop image with upper left corner (X,Y) with\n");
fprintf(f, " width W and height H\n");