aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-23 14:50:24 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-23 14:50:24 -0500
commit734994ddaf7522f9d763cacc0f7cde63b9c7188a (patch)
treec2a8f3b5dc57d58c7a2765fdc9ac16606b6d7629 /usage.c
parente7d59f1e6ef99573b7432dbbeab25da6d7289c4b (diff)
downloaduxd-734994ddaf7522f9d763cacc0f7cde63b9c7188a.tar.gz
improve -c parsing and doc
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usage.c b/usage.c
index c3c4b89..e547068 100644
--- a/usage.c
+++ b/usage.c
@@ -2,7 +2,7 @@ char *usage_opts[] = {
" --: no more options.",
" -1: don't alternate colors.",
" -b: bold color output.",
- " -c nnnnn: colors (2 to 5 digits, 0 to 7).",
+ " -c nnnnn: colors (1 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.",