diff options
author | Rob Landley <rob@landley.net> | 2006-04-27 23:34:46 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-27 23:34:46 +0000 |
commit | 7e21d5f6b1bdac9c20139e8bef82b17559e548a0 (patch) | |
tree | 08c1b12a37d2ef74b4471e154fe4227d3b6ae917 /include | |
parent | d5b9428bb6e9d7524f6ef24868ce6394ade08255 (diff) | |
download | busybox-w32-7e21d5f6b1bdac9c20139e8bef82b17559e548a0.tar.gz busybox-w32-7e21d5f6b1bdac9c20139e8bef82b17559e548a0.tar.bz2 busybox-w32-7e21d5f6b1bdac9c20139e8bef82b17559e548a0.zip |
Patch from Dennis Vlasenko to add the option to compress help text.
Diffstat (limited to 'include')
-rw-r--r-- | include/applets.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/applets.h b/include/applets.h index 059472248..06bd9e7f5 100644 --- a/include/applets.h +++ b/include/applets.h | |||
@@ -19,7 +19,6 @@ | |||
19 | # define APPLET(a,b,c,d) extern int b(int argc, char **argv); | 19 | # define APPLET(a,b,c,d) extern int b(int argc, char **argv); |
20 | # define APPLET_NOUSAGE(a,b,c,d) extern int b(int argc, char **argv); | 20 | # define APPLET_NOUSAGE(a,b,c,d) extern int b(int argc, char **argv); |
21 | # define APPLET_ODDNAME(a,b,c,d,e) extern int b(int argc, char **argv); | 21 | # define APPLET_ODDNAME(a,b,c,d,e) extern int b(int argc, char **argv); |
22 | extern const char usage_messages[]; | ||
23 | #elif defined(MAKE_USAGE) | 22 | #elif defined(MAKE_USAGE) |
24 | # ifdef CONFIG_FEATURE_VERBOSE_USAGE | 23 | # ifdef CONFIG_FEATURE_VERBOSE_USAGE |
25 | # define APPLET(a,b,c,d) a##_trivial_usage "\n\n" a##_full_usage "\0" | 24 | # define APPLET(a,b,c,d) a##_trivial_usage "\n\n" a##_full_usage "\0" |