diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-17 02:22:18 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-17 02:22:18 -0500 |
commit | 54acff83d6def5db46b486766e415239dceb403a (patch) | |
tree | 779a61eb4fb46da1bd0d0d37b30eeda583c5a34a /uxd.1 | |
parent | 8ed105961ec33c97d7b644659fedb8c8b8bc8c3d (diff) | |
download | uxd-54acff83d6def5db46b486766e415239dceb403a.tar.gz |
implement -d (dump data) 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-16" "0.1.0" "Urchlay's Utilities" +.TH "UXD" 1 "2024-12-17" "0.1.0" "Urchlay's Utilities" .SH NAME uxd \- UTF-8 hex dumper .SH SYNOPSIS @@ -90,6 +90,15 @@ option. . .INDENT 0.0 .TP +.BI \-d \ data +Dump this data, instead of reading from a file or stdin. If \fIdata\fP +contains spaces or shell metacharacters, make sure you remember to +quote it. Only one \fB\-d\fP option can be given. +.UNINDENT +.\" dump this data instead of a file. +. +.INDENT 0.0 +.TP .B \-h\fP,\fB \-\-help Print built\-in usage message and exit. .UNINDENT |