diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-21 04:21:06 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-21 04:21:06 -0500 |
commit | b51d501fd23f18f3d1f6222cbf8fc3f714bc330e (patch) | |
tree | f75e45a97add902c2c1d29c10bd0aa8c3a833827 /usage.c | |
parent | 3aa0d464fde753af26341d0c1a8740e756818582 (diff) | |
download | uxd-b51d501fd23f18f3d1f6222cbf8fc3f714bc330e.tar.gz |
update man page
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.", |