aboutsummaryrefslogtreecommitdiff
path: root/usage.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-17 02:22:18 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-17 02:22:18 -0500
commit54acff83d6def5db46b486766e415239dceb403a (patch)
tree779a61eb4fb46da1bd0d0d37b30eeda583c5a34a /usage.c
parent8ed105961ec33c97d7b644659fedb8c8b8bc8c3d (diff)
downloaduxd-54acff83d6def5db46b486766e415239dceb403a.tar.gz
implement -d (dump data) option.
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c1
1 files changed, 1 insertions, 0 deletions
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 <length> bytes (not characters).",