From 34425389e09353a8dacdd6b23a62553f699c544c Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Thu, 31 Mar 2011 14:43:25 +0200 Subject: move help text from include/usage.src.h to coreutils/*.c Signed-off-by: Pere Orga Signed-off-by: Denys Vlasenko --- coreutils/od.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'coreutils/od.c') diff --git a/coreutils/od.c b/coreutils/od.c index e62711671..31ebde210 100644 --- a/coreutils/od.c +++ b/coreutils/od.c @@ -11,6 +11,11 @@ * Original copyright notice is retained at the end of this file. */ +//usage:#define od_trivial_usage +//usage: "[-aBbcDdeFfHhIiLlOovXx] " IF_DESKTOP("[-t TYPE] ") "[FILE]" +//usage:#define od_full_usage "\n\n" +//usage: "Write an unambiguous representation, octal bytes by default, of FILE\n" +//usage: "(or stdin) to stdout" #include "libbb.h" #if ENABLE_DESKTOP -- cgit v1.2.3