diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-22 17:58:14 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-22 17:58:14 -0500 |
commit | 0cf6d8dca2d725c7ddfc92ab56a59bb882e67fc7 (patch) | |
tree | 5794342b2a40b54601d5305fe2b41f9c372eb044 /usage.c | |
parent | 9dc55bbd886e5a7de8e7ee020e643b536f377667 (diff) | |
download | uxd-0cf6d8dca2d725c7ddfc92ab56a59bb882e67fc7.tar.gz |
fix -a option docs
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.", |