aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-21 04:21:06 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-21 04:21:06 -0500
commitb51d501fd23f18f3d1f6222cbf8fc3f714bc330e (patch)
treef75e45a97add902c2c1d29c10bd0aa8c3a833827 /usage.c
parent3aa0d464fde753af26341d0c1a8740e756818582 (diff)
downloaduxd-b51d501fd23f18f3d1f6222cbf8fc3f714bc330e.tar.gz
update man page
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 a957552..16a7dd9 100644
--- a/usage.c
+++ b/usage.c
@@ -10,7 +10,7 @@ char *usage_opts[] = {
" -m: monochrome mode.",
" -n: ignore UXD_OPTS environment variable.",
" -o offset: added to hex offsets (decimal, 0x hex, 0 octal).",
- " -r: highlight multi-byte chars in reverse video.",
+ " -r: don't highlight multi-byte chars in reverse video.",
" -s pos: seek in input before dumping (-pos = seek back from EOF).",
" -S pos: like -s, but also sets -o so addresses start at 0.",
" -u: uppercase hex digits.",