diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-16 06:28:52 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-16 06:28:52 -0500 |
commit | 891295f00ff79a25822efd208cb3223bf682ace7 (patch) | |
tree | 084e45811a9661445ead4a5052486e460f7aae1a /uxd.rst | |
parent | 8994b9d28ebe5b6c3c90330a32d8317cd7299d9b (diff) | |
download | uxd-891295f00ff79a25822efd208cb3223bf682ace7.tar.gz |
fix usage in man page.
Diffstat (limited to 'uxd.rst')
-rw-r--r-- | uxd.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ UTF-8 hex dumper SYNOPSIS ======== -uxd [*file* | *-*] +uxd [**-n**] [**-c** *colors*] [**-l** *length*] [**-o** *offset*] [[**-s** | **-S**] *seekpos*] [-[**bchimnruv**] [*file* | *-*] DESCRIPTION =========== @@ -46,7 +46,7 @@ These options can be used on the command line, and/or in the **UXD_OPTS** environment variable. The command line takes precedence over the environment. -Options can be bundled: **-ubc1234** is the same as **-u** **-n** **-c +Options can be bundled: **-ubc1234** is the same as **-u** **-b** **-c 1234**. The one exception is the **-n** option, which should appear by itself. |