aboutsummaryrefslogtreecommitdiff
path: root/applets/usage.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-22 01:15:47 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-22 01:15:47 +0000
commit7e9276b50a7aa948b2b4fe093e4049bbece4699c (patch)
treed20a5e4a07ec079ffd40ee587b12a0b65fdf2eb4 /applets/usage.c
parent8fc300976f5a06d98f8be3e1798b5bc8da868e02 (diff)
downloadbusybox-7e9276b50a7aa948b2b4fe093e4049bbece4699c.tar.gz
Another update to the way usage messages are done by Evin Robertson
<nitfol@my-deja.com>, which makes things just a little bit smaller, but makes usage.h more readable/maintainable IMHO. -Erik
Diffstat (limited to 'applets/usage.c')
-rw-r--r--applets/usage.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/applets/usage.c b/applets/usage.c
index e429c5a4e..dfea1f96b 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -1,2 +1,10 @@
-#define USAGE_MESSAGES
+#include "busybox.h"
+
+const char usage_messages[] =
+
+#define MAKE_USAGE
#include "usage.h"
+
+#include "applets.h"
+
+;