diff options
-rw-r--r-- | coreutils/od.c | 2 |
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 @@ | |||
22 | 22 | ||
23 | //usage:#if !ENABLE_DESKTOP | 23 | //usage:#if !ENABLE_DESKTOP |
24 | //usage:#define od_trivial_usage | 24 | //usage:#define od_trivial_usage |
25 | //usage: "[-abcdeFfhIiLloxsv] [FILE]" | 25 | //usage: "[-abcdeFfhiloxsv] [FILE]" |
26 | // We also support -BDOHXIL, but they are not documented in coreutils 9.1 | 26 | // We also support -BDOHXIL, but they are not documented in coreutils 9.1 |
27 | // manpage/help, so don't show them either. | 27 | // manpage/help, so don't show them either. |
28 | //usage:#define od_full_usage "\n\n" | 28 | //usage:#define od_full_usage "\n\n" |