diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-22 01:15:47 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-02-22 01:15:47 +0000 |
commit | 859f41a3da90bf66c5b58864da3407f8a9fd0b67 (patch) | |
tree | d20a5e4a07ec079ffd40ee587b12a0b65fdf2eb4 /usage.c | |
parent | 6f3149cdebebccdb9677afe960bf3a44cd61e27a (diff) | |
download | busybox-w32-859f41a3da90bf66c5b58864da3407f8a9fd0b67.tar.gz busybox-w32-859f41a3da90bf66c5b58864da3407f8a9fd0b67.tar.bz2 busybox-w32-859f41a3da90bf66c5b58864da3407f8a9fd0b67.zip |
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
git-svn-id: svn://busybox.net/trunk/busybox@1879 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'usage.c')
-rw-r--r-- | usage.c | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,2 +1,10 @@ | |||
1 | #define USAGE_MESSAGES | 1 | #include "busybox.h" |
2 | |||
3 | const char usage_messages[] = | ||
4 | |||
5 | #define MAKE_USAGE | ||
2 | #include "usage.h" | 6 | #include "usage.h" |
7 | |||
8 | #include "applets.h" | ||
9 | |||
10 | ; | ||