Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'usage.c')
-rw-r--r--usage.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/usage.c b/usage.c
new file mode 100644
index 000000000..dfea1f96b
--- /dev/null
+++ b/usage.c
@@ -0,0 +1,10 @@
+#include "busybox.h"
+
+const char usage_messages[] =
+
+#define MAKE_USAGE
+#include "usage.h"
+
+#include "applets.h"
+
+;