[hackers] [farbfeld] Update usage of ff2jpg(1) and ff2ppm(1) || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Fri, 14 Apr 2017 21:52:55 +0200 (CEST)

commit f04abc0e2f995e95fda64230a2bd4c289b10d6bf
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Fri Apr 14 21:45:32 2017 +0200
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Fri Apr 14 21:45:32 2017 +0200

    Update usage of ff2jpg(1) and ff2ppm(1)
    
    so they align with the manpages.

diff --git a/ff2jpg.c b/ff2jpg.c
index 2f57a2f..1f87fdd 100644
--- a/ff2jpg.c
+++ b/ff2jpg.c
_AT_@ -47,7 +47,7 @@ jpeg_setup_writer(struct jpeg_compress_struct *s, struct jpeg_error_mgr *e,
 static void
 usage(void)
 {
- fprintf(stderr, "usage: %s [-b #rrggbb] [-o] [-q quality]\n", argv0);
+ fprintf(stderr, "usage: %s [-b colour] [-o] [-q quality]\n", argv0);
         exit(1);
 }
 
diff --git a/ff2ppm.c b/ff2ppm.c
index 746425b..4383dc4 100644
--- a/ff2ppm.c
+++ b/ff2ppm.c
_AT_@ -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);
 }
 
Received on Fri Apr 14 2017 - 21:52:55 CEST

This archive was generated by hypermail 2.3.0 : Fri Apr 14 2017 - 22:00:17 CEST