From 5bc8c005a8e15c43285bc595a8d404de67a482ac Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Mon, 11 Apr 2011 03:29:49 +0200 Subject: move remaining help text from include/usage.src.h Signed-off-by: Pere Orga Signed-off-by: Denys Vlasenko --- libbb/parse_config.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libbb/parse_config.c') diff --git a/libbb/parse_config.c b/libbb/parse_config.c index d471edbee..4b0236028 100644 --- a/libbb/parse_config.c +++ b/libbb/parse_config.c @@ -8,6 +8,12 @@ * Also for use in uClibc (http://uclibc.org/) licensed under LGPLv2.1 or later. */ +/* +//usage:#define parse_trivial_usage +//usage: "[-n MAXTOKENS] [-m MINTOKENS] [-d DELIMS] [-f FLAGS] FILE..." +//usage:#define parse_full_usage "" +*/ + #include "libbb.h" #if defined ENABLE_PARSE && ENABLE_PARSE -- cgit v1.2.3