help: mention that rotate is clockwise
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user