From 939e19707ad1a78ead8c26c340cfd9c18d49c82a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 24 Dec 2024 17:50:42 -0500 Subject: update docs for -A --- ChangeLog | 2 ++ uxd.1 | 2 +- uxd.rst | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 59aa073..ed90ea4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/uxd.1 b/uxd.1 index 2f90da6..e82296d 100644 --- a/uxd.1 +++ b/uxd.1 @@ -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 diff --git a/uxd.rst b/uxd.rst index c05103e..cec65c0 100644 --- a/uxd.rst +++ b/uxd.rst @@ -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** -- cgit v1.2.3