aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index ab0bb4ce4..912a88f4e 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1087,13 +1087,14 @@
1087 "daemon:x:1:1:daemon:/usr/sbin:/bin/sh\n" 1087 "daemon:x:1:1:daemon:/usr/sbin:/bin/sh\n"
1088 1088
1089#define hexdump_trivial_usage \ 1089#define hexdump_trivial_usage \
1090 "[-[bcdefnosvx]] [OPTION] FILE" 1090 "[-[bcCdefnosvx]] [OPTION] FILE"
1091#define hexdump_full_usage \ 1091#define hexdump_full_usage \
1092 "The hexdump utility is a filter which displays the specified files,\n" \ 1092 "The hexdump utility is a filter which displays the specified files,\n" \
1093 "or the standard input, if no files are specified, in a user specified\n" \ 1093 "or the standard input, if no files are specified, in a user specified\n" \
1094 "format\n" \ 1094 "format\n" \
1095 "\t-b\t\tOne-byte octal display\n" \ 1095 "\t-b\t\tOne-byte octal display\n" \
1096 "\t-c\t\tOne-byte character display\n" \ 1096 "\t-c\t\tOne-byte character display\n" \
1097 "\t-C\t\tCanonical hex+ASCII, 16 bytes per line\n" \
1097 "\t-d\t\tTwo-byte decimal display\n" \ 1098 "\t-d\t\tTwo-byte decimal display\n" \
1098 "\t-e FORMAT STRING\n" \ 1099 "\t-e FORMAT STRING\n" \
1099 "\t-f FORMAT FILE\n" \ 1100 "\t-f FORMAT FILE\n" \