From 54acff83d6def5db46b486766e415239dceb403a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 17 Dec 2024 02:22:18 -0500 Subject: implement -d (dump data) option. --- usage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usage.c') diff --git a/usage.c b/usage.c index d3579bd..ae9a754 100644 --- a/usage.c +++ b/usage.c @@ -2,6 +2,7 @@ char *usage_opts[] = { " -1: don't alternate colors for normal characters.", " -b: bold color output.", " -c nnnn: colors (2 to 4 digits, 0 to 7).", + " -d data: dump this data instead of a file.", " -h, --help: print this help message.", " -i: print number of bytes/chars/ascii/multibyte/bad sequences.", " -l length: stop dumping after bytes (not characters).", -- cgit v1.2.3