From 5d553bc5580455cfb89705caf5d3a6ab327880bc Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 13 Dec 2020 19:18:28 +0100 Subject: more --help text tweaks function old new delta packed_usage 33545 33581 +36 Signed-off-by: Denys Vlasenko --- util-linux/hexdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/hexdump.c') diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index 2174c3008..57e7e8db7 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" -- cgit v1.2.3