diff options
author | Brandon Maier | 2022-12-02 09:50:29 -0600 |
---|---|---|
committer | Denys Vlasenko | 2022-12-08 17:13:11 +0100 |
commit | 90456a6aa3a039ac1b16a09e64d13cc9589b55ee (patch) | |
tree | 3e290c440334752cdf985deb8880376398b7f445 | |
parent | 7ade421b1a410f4d2d2314f06d7f5a9d0fd123ec (diff) | |
download | busybox-90456a6aa3a039ac1b16a09e64d13cc9589b55ee.zip busybox-90456a6aa3a039ac1b16a09e64d13cc9589b55ee.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/hexdump_xxd.c b/util-linux/hexdump_xxd.c index 6629407..45391b5 100644 --- a/util-linux/hexdump_xxd.c +++ b/util-linux/hexdump_xxd.c @@ -41,7 +41,7 @@ // -u use upper case hex letters. //usage:#define xxd_trivial_usage -//usage: "[-pri] [-g N] [-c N] [-n LEN] [-s OFS] [-o OFS] [FILE]" +//usage: "[-pri] [-g N] [-c N] [-l LEN] [-s OFS] [-o OFS] [FILE]" //usage:#define xxd_full_usage "\n\n" //usage: "Hex dump FILE (or stdin)\n" //usage: "\n -g N Bytes per group" |