aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-22 17:58:14 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-22 17:58:14 -0500
commit0cf6d8dca2d725c7ddfc92ab56a59bb882e67fc7 (patch)
tree5794342b2a40b54601d5305fe2b41f9c372eb044 /usage.c
parent9dc55bbd886e5a7de8e7ee020e643b536f377667 (diff)
downloaduxd-0cf6d8dca2d725c7ddfc92ab56a59bb882e67fc7.tar.gz
fix -a option docs
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 b8a4428..c3c4b89 100644
--- a/usage.c
+++ b/usage.c
@@ -1,6 +1,6 @@
char *usage_opts[] = {
" --: no more options.",
- " -1: don't alternate colors for normal characters.",
+ " -1: don't alternate colors.",
" -b: bold color output.",
" -c nnnnn: colors (2 to 5 digits, 0 to 7).",
" -d data: dump this data instead of a file.",