aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Maier <brandon.maier@collins.com>2022-12-02 09:50:29 -0600
committerDenys Vlasenko <vda.linux@googlemail.com>2022-12-08 17:13:11 +0100
commit90456a6aa3a039ac1b16a09e64d13cc9589b55ee (patch)
tree3e290c440334752cdf985deb8880376398b7f445
parent7ade421b1a410f4d2d2314f06d7f5a9d0fd123ec (diff)
downloadbusybox-w32-90456a6aa3a039ac1b16a09e64d13cc9589b55ee.tar.gz
busybox-w32-90456a6aa3a039ac1b16a09e64d13cc9589b55ee.tar.bz2
busybox-w32-90456a6aa3a039ac1b16a09e64d13cc9589b55ee.zip
xxd: fix typo in trivial usage
Signed-off-by: Brandon Maier <brandon.maier@collins.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--util-linux/hexdump_xxd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/hexdump_xxd.c b/util-linux/hexdump_xxd.c
index 6629407de..45391b565 100644
--- a/util-linux/hexdump_xxd.c
+++ b/util-linux/hexdump_xxd.c
@@ -41,7 +41,7 @@
41// -u use upper case hex letters. 41// -u use upper case hex letters.
42 42
43//usage:#define xxd_trivial_usage 43//usage:#define xxd_trivial_usage
44//usage: "[-pri] [-g N] [-c N] [-n LEN] [-s OFS] [-o OFS] [FILE]" 44//usage: "[-pri] [-g N] [-c N] [-l LEN] [-s OFS] [-o OFS] [FILE]"
45//usage:#define xxd_full_usage "\n\n" 45//usage:#define xxd_full_usage "\n\n"
46//usage: "Hex dump FILE (or stdin)\n" 46//usage: "Hex dump FILE (or stdin)\n"
47//usage: "\n -g N Bytes per group" 47//usage: "\n -g N Bytes per group"