Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-05-26 14:01:41 +0300
committerDenys Vlasenko <vda.linux@googlemail.com>2023-05-26 14:01:41 +0300
commit25a10ffe1fcec1adc40d91d1f4ddfdf7fe12cc74 (patch)
tree2fc1313fed9a5e7e5c2a8268cdf3aa6a5a42a8d2 /coreutils
parent60d4d55b870757089cdae96920cf6c416ba2de37 (diff)
od: actually remove -IL from --help, as comment says
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/od.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od.c b/coreutils/od.c
index 98ae06ba7..3684e4ed3 100644
--- a/coreutils/od.c
+++ b/coreutils/od.c
@@ -22,7 +22,7 @@
//usage:#if !ENABLE_DESKTOP
//usage:#define od_trivial_usage
-//usage: "[-abcdeFfhIiLloxsv] [FILE]"
+//usage: "[-abcdeFfhiloxsv] [FILE]"
// We also support -BDOHXIL, but they are not documented in coreutils 9.1
// manpage/help, so don't show them either.
//usage:#define od_full_usage "\n\n"