aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--uxd.12
-rw-r--r--uxd.rst2
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**