summaryrefslogtreecommitdiff
path: root/ff2ppm.c
diff options
context:
space:
mode:
authorLaslo Hunhold <dev@frign.de>2017-04-14 21:45:32 +0200
committerLaslo Hunhold <dev@frign.de>2017-04-14 21:45:32 +0200
commitf04abc0e2f995e95fda64230a2bd4c289b10d6bf (patch)
treecdcac5a9276475934691404b592824738aad98d3 /ff2ppm.c
parent9fdfff98f15fb3f7a01d944aba5d75d9d34c66ed (diff)
Update usage of ff2jpg(1) and ff2ppm(1)
so they align with the manpages.
Diffstat (limited to 'ff2ppm.c')
-rw-r--r--ff2ppm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ff2ppm.c b/ff2ppm.c
index 746425b..4383dc4 100644
--- a/ff2ppm.c
+++ b/ff2ppm.c
@@ -14,7 +14,7 @@
static void
usage(void)
{
- fprintf(stderr, "usage: %s [-b #rrggbb]\n", argv0);
+ fprintf(stderr, "usage: %s [-b colour]\n", argv0);
exit(1);
}