From 8ce66856f9e946a08593002672aa017a6e883e54 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 16 Dec 2024 16:39:21 -0500 Subject: do not allow negative -l limit. --- uxd.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'uxd.rst') diff --git a/uxd.rst b/uxd.rst index a17eb1c..a6c90fd 100644 --- a/uxd.rst +++ b/uxd.rst @@ -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 bytes (not characters). -- cgit v1.2.3