diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-24 17:50:42 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-24 17:50:42 -0500 |
commit | 939e19707ad1a78ead8c26c340cfd9c18d49c82a (patch) | |
tree | e36729a9a282cdcee23a3fbea54b8a2affd0f437 | |
parent | 819936f4e536299f1e2eefc650e447ee3eecbe9b (diff) | |
download | uxd-939e19707ad1a78ead8c26c340cfd9c18d49c82a.tar.gz |
update docs for -A
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | uxd.1 | 2 | ||||
-rw-r--r-- | uxd.rst | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -4,6 +4,8 @@ This is just a list of the user-visible changes in each release of uxd. For the full log, see the git history. 202412?? v0.3.0 +- Add -A (ASCII output) option. +- Add -a option (don't dump lines that are ASCII-only). - Enable reverse video highlighting for multibyte characters by default; use -r to disable. - Alternate purple/cyan for non-printable characters. @@ -32,7 +32,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] uxd \- UTF-8 hex dumper .SH SYNOPSIS .sp -uxd [\fB\-n\fP] [\fB\-c\fP \fIcolors\fP] [\fB\-d\fP \fIdata\fP] [\fB\-l\fP \fIlength\fP] [\fB\-o\fP \fIoffset\fP] [[\fB\-s\fP | \fB\-S\fP] \fIseekpos\fP] [\-[\fB1abcijmnprtTuvw\fP] ...] [\fIfile\fP | \fI\-\fP] +uxd [\fB\-n\fP] [\fB\-c\fP \fIcolors\fP] [\fB\-d\fP \fIdata\fP] [\fB\-l\fP \fIlength\fP] [\fB\-o\fP \fIoffset\fP] [[\fB\-s\fP | \fB\-S\fP] \fIseekpos\fP] [\-[\fB1aAbcijmnprtTuvw\fP] ...] [\fIfile\fP | \fI\-\fP] .sp uxd \fB\-\-help\fP | \fB\-h\fP | \fB\-\-version\fP | \fB\-v\fP .SH DESCRIPTION @@ -18,7 +18,7 @@ UTF-8 hex dumper SYNOPSIS ======== -uxd [**-n**] [**-c** *colors*] [**-d** *data*] [**-l** *length*] [**-o** *offset*] [[**-s** | **-S**] *seekpos*] [-[**1abcijmnprtTuvw**] ...] [*file* | *-*] +uxd [**-n**] [**-c** *colors*] [**-d** *data*] [**-l** *length*] [**-o** *offset*] [[**-s** | **-S**] *seekpos*] [-[**1aAbcijmnprtTuvw**] ...] [*file* | *-*] uxd **--help** | **-h** | **--version** | **-v** |