From d7546f793ca01866ba1a1351e2f139a7c0ed9711 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 21 Dec 2024 04:29:14 -0500 Subject: alternating colors for specials --- usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usage.c') diff --git a/usage.c b/usage.c index 16a7dd9..57343fa 100644 --- a/usage.c +++ b/usage.c @@ -1,7 +1,7 @@ char *usage_opts[] = { " -1: don't alternate colors for normal characters.", " -b: bold color output.", - " -c nnnn: colors (2 to 4 digits, 0 to 7).", + " -c nnnnn: colors (2 to 5 digits, 0 to 7).", " -d data: dump this data instead of a file.", " -h, --help: print this help message.", " -i: print number of bytes/chars/ascii/multibyte/bad sequences.", -- cgit v1.2.3