diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-24 17:49:18 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-24 17:49:18 -0500 |
commit | 819936f4e536299f1e2eefc650e447ee3eecbe9b (patch) | |
tree | cb3f7d61ff6ed3ad7a772bcc85f5d08dfc17c06b /uxd.1 | |
parent | 92e123ac0419a3388cda0001fb01efa9c2ccc1cf (diff) | |
download | uxd-819936f4e536299f1e2eefc650e447ee3eecbe9b.tar.gz |
add -A (ASCII output) option
Diffstat (limited to 'uxd.1')
-rw-r--r-- | uxd.1 | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "UXD" 1 "2024-12-24" "0.3.0" "Urchlay's Utilities" +.TH "UXD" 1 "2024-12-24" "1.0.0" "Urchlay's Utilities" .SH NAME uxd \- UTF-8 hex dumper .SH SYNOPSIS @@ -100,6 +100,15 @@ Don\(aqt dump lines that consist entirely of ASCII characters (codepoints . .INDENT 0.0 .TP +.B \-A +ASCII output. Unprintable characters and UTF\-8 sequences are +rendered as periods (like \fBxxd\fP does). Also, spaces are rendered +as spaces rather than the ␣ character. +.UNINDENT +.\" ASCII output instead of UTF-8. +. +.INDENT 0.0 +.TP .B \-b Bold output. This may be more or less readable, depending on your terminal and its color settings. Ignored if \fB\-m\fP given. |