aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-24 17:49:18 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-24 17:49:18 -0500
commit819936f4e536299f1e2eefc650e447ee3eecbe9b (patch)
treecb3f7d61ff6ed3ad7a772bcc85f5d08dfc17c06b /usage.c
parent92e123ac0419a3388cda0001fb01efa9c2ccc1cf (diff)
downloaduxd-819936f4e536299f1e2eefc650e447ee3eecbe9b.tar.gz
add -A (ASCII output) option
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usage.c b/usage.c
index 5831514..754f1fc 100644
--- a/usage.c
+++ b/usage.c
@@ -2,6 +2,7 @@ char *usage_opts[] = {
" --: no more options.",
" -1: don't alternate colors.",
" -a: don't dump ASCII-only lines.",
+ " -A: ASCII output instead of UTF-8.",
" -b: bold color output.",
" -c nnnnn: colors (1 to 5 digits, 0 to 7).",
" -d data: dump this data instead of a file.",