aboutsummaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2000-07-19 19:24:01 +0000
committerMatt Kraai <kraai@debian.org>2000-07-19 19:24:01 +0000
commit27a804246af28c5d3d1f69d93049e3e21492bc48 (patch)
tree1532267f0161afd05240909eafea4283247df356 /internal.h
parent869057238b4ae1544ee9df28fca4157b041175f9 (diff)
downloadbusybox-27a804246af28c5d3d1f69d93049e3e21492bc48.tar.gz
Centralize handling of --help.
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
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 {
const char* name;
int (*main)(int argc, char** argv);
enum Location location;
+ const char* usage;
};
/* From busybox.c */
extern const struct BB_applet applets[];