From 1a8c4d7701f8c1d67c71c767ed6fd248596699b6 Mon Sep 17 00:00:00 2001 From: Erik Auerswald Date: Fri, 23 Feb 2024 18:57:04 +0100 Subject: [PATCH] help: mention that rotate is clockwise --- help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.c b/help.c index 6933ddd..304c7da 100644 --- a/help.c +++ b/help.c @@ -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");