aboutsummaryrefslogtreecommitdiff
path: root/uxd.rst
diff options
context:
space:
mode:
Diffstat (limited to 'uxd.rst')
-rw-r--r--uxd.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/uxd.rst b/uxd.rst
index ae62093..ed52a84 100644
--- a/uxd.rst
+++ b/uxd.rst
@@ -71,6 +71,10 @@ Also, a decimal point can be used: **1.5K** is 1500 bytes, **1.5k** is
.. don't alternate colors.
+-a
+ Don't dump lines that consist entirely of ASCII characters (codepoints
+ U+00 to U+7f).
+
-b
Bold output. This may be more or less readable, depending on your
terminal and its color settings. Ignored if **-m** given.
@@ -426,7 +430,7 @@ Only UTF-8 and a couple of variants (WTF-8, MUTF-8) are supported.
There is no support for UTF-16, UTF-32, UTF-EBCDIC, or any other
non-UTF-8 encoding.
-There's no support for any number base except hex.
+There's no support for any output number base except hex.
The input is read one byte at a time, so a search or regex match
option would be difficult or impossible to implement.
@@ -457,4 +461,4 @@ B. Watson <urchlay@slackware.uk>.
SEE ALSO
========
-xxd(1), bvi(1), utf-8(7), unicode(7)
+xxd(1), bvi(1), utf-8(7), unicode(7), console_codes(4)