aboutsummaryrefslogtreecommitdiff
path: root/uxd.rst
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 /uxd.rst
parent92e123ac0419a3388cda0001fb01efa9c2ccc1cf (diff)
downloaduxd-819936f4e536299f1e2eefc650e447ee3eecbe9b.tar.gz
add -A (ASCII output) option
Diffstat (limited to 'uxd.rst')
-rw-r--r--uxd.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/uxd.rst b/uxd.rst
index 65302c8..c05103e 100644
--- a/uxd.rst
+++ b/uxd.rst
@@ -83,6 +83,13 @@ Also, a decimal point can be used: **1.5K** is 1500 bytes, **1.5k** is
.. don't dump ASCII-only lines.
+-A
+ ASCII output. Unprintable characters and UTF-8 sequences are
+ rendered as periods (like **xxd** does). Also, spaces are rendered
+ as spaces rather than the ␣ character.
+
+.. ASCII output instead of UTF-8.
+
-b
Bold output. This may be more or less readable, depending on your
terminal and its color settings. Ignored if **-m** given.