diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-19 19:24:01 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-19 19:24:01 +0000 |
commit | 09416a1bb6552e37b29d7f544ee00cea308e2480 (patch) | |
tree | 1532267f0161afd05240909eafea4283247df356 /internal.h | |
parent | e1f04916c7042ce35590a88ab4e8c84db696bd36 (diff) | |
download | busybox-w32-09416a1bb6552e37b29d7f544ee00cea308e2480.tar.gz busybox-w32-09416a1bb6552e37b29d7f544ee00cea308e2480.tar.bz2 busybox-w32-09416a1bb6552e37b29d7f544ee00cea308e2480.zip |
Centralize handling of --help.
git-svn-id: svn://busybox.net/trunk/busybox@883 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h index 1e9af1f6c..4800d8512 100644 --- a/internal.h +++ b/internal.h | |||
@@ -103,6 +103,7 @@ struct BB_applet { | |||
103 | const char* name; | 103 | const char* name; |
104 | int (*main)(int argc, char** argv); | 104 | int (*main)(int argc, char** argv); |
105 | enum Location location; | 105 | enum Location location; |
106 | const char* usage; | ||
106 | }; | 107 | }; |
107 | /* From busybox.c */ | 108 | /* From busybox.c */ |
108 | extern const struct BB_applet applets[]; | 109 | extern const struct BB_applet applets[]; |