aboutsummaryrefslogtreecommitdiff
path: root/coreutils/od.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/od.c')
-rw-r--r--coreutils/od.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/coreutils/od.c b/coreutils/od.c
index 31ebde210..fb11fcfe3 100644
--- a/coreutils/od.c
+++ b/coreutils/od.c
@@ -11,11 +11,12 @@
11 * Original copyright notice is retained at the end of this file. 11 * Original copyright notice is retained at the end of this file.
12 */ 12 */
13 13
14//usage:#if !ENABLE_DESKTOP
14//usage:#define od_trivial_usage 15//usage:#define od_trivial_usage
15//usage: "[-aBbcDdeFfHhIiLlOovXx] " IF_DESKTOP("[-t TYPE] ") "[FILE]" 16//usage: "[-aBbcDdeFfHhIiLlOovXx] [FILE]"
16//usage:#define od_full_usage "\n\n" 17//usage:#define od_full_usage "\n\n"
17//usage: "Write an unambiguous representation, octal bytes by default, of FILE\n" 18//usage: "Print FILE (or stdin) unambiguously, as octal bytes by default"
18//usage: "(or stdin) to stdout" 19//usage:#endif
19 20
20#include "libbb.h" 21#include "libbb.h"
21#if ENABLE_DESKTOP 22#if ENABLE_DESKTOP