diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-16 16:39:21 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-16 16:39:21 -0500 |
commit | 8ce66856f9e946a08593002672aa017a6e883e54 (patch) | |
tree | c80df9be31c67c759276514f57192c95f4e5bcae /uxd.rst | |
parent | d0ca5c32cd0b3890725df7dd75a807217b8e1810 (diff) | |
download | uxd-8ce66856f9e946a08593002672aa017a6e883e54.tar.gz |
do not allow negative -l limit.
Diffstat (limited to 'uxd.rst')
-rw-r--r-- | uxd.rst | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -88,7 +88,9 @@ by itself. -l length Stop dumping after *length* bytes (not characters). If the limit is reached in the middle of a multibyte character, the entire character - will be dumped. + will be dumped. Can be given in decimal, hex (with *0x* prefix), or + octal (with *0* prefix). Negative *length* doesn't make sense, and + is an error. .. stop dumping after <length> bytes (not characters). |