diff options
author | Denys Vlasenko | 2020-12-13 19:18:28 +0100 |
---|---|---|
committer | Denys Vlasenko | 2020-12-13 19:18:28 +0100 |
commit | 5d553bc5580455cfb89705caf5d3a6ab327880bc (patch) | |
tree | 6c9e7f818d5165f509e7b731202d7723ef55e25f /util-linux/hexdump.c | |
parent | 11f1a2553e49c9ff2235688a41875ff8751517ce (diff) | |
download | busybox-5d553bc5580455cfb89705caf5d3a6ab327880bc.zip busybox-5d553bc5580455cfb89705caf5d3a6ab327880bc.tar.gz |
more --help text tweaks
function old new delta
packed_usage 33545 33581 +36
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/hexdump.c')
-rw-r--r-- | util-linux/hexdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index 2174c30..57e7e8d 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.c @@ -28,7 +28,7 @@ //kbuild:lib-$(CONFIG_HD) += hexdump.o //usage:#define hexdump_trivial_usage -//usage: "[-bcCdefnosvx] [FILE]..." +//usage: "[-bcdoxCv] [-e FMT] [-f FMT_FILE] [-n LEN] [-s OFS] [FILE]..." //usage:#define hexdump_full_usage "\n\n" //usage: "Display FILEs (or stdin) in a user specified format\n" //usage: "\n -b 1-byte octal display" |