From 25a10ffe1fcec1adc40d91d1f4ddfdf7fe12cc74 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 26 May 2023 13:01:41 +0200 Subject: od: actually remove -IL from --help, as comment says Signed-off-by: Denys Vlasenko --- coreutils/od.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-55-g6feb