summaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-03-25 21:50:18 +0000
committerBernhard Reutner-Fischer2007-03-25 21:50:18 +0000
commit10f8f5f4433a88b9cf9048d38a45838aa6e2abf6 (patch)
tree70eb52b176ebc5bf9067caec93181891f8c1d4b6 /include/usage.h
parent55f30b05ac6902ac17bad04f38fd4f381a8d75f7 (diff)
downloadbusybox-10f8f5f4433a88b9cf9048d38a45838aa6e2abf6.zip
busybox-10f8f5f4433a88b9cf9048d38a45838aa6e2abf6.tar.gz
- rough prototype for split(1). TODO: Still needs some love since it's way too big..
text data bss dec hex filename 602 4 0 606 25e coreutils/split.o
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 7adc1fc..4843f5f 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2952,6 +2952,12 @@
) \
""
+#define split_trivial_usage \
+ "[OPTION] [INPUT [PREFIX]]"
+#define split_full_usage \
+ "Options:" \
+ "\n -blah XXX: Fixme: usage.h"
+
#define start_stop_daemon_trivial_usage \
"[OPTIONS] [--start|--stop] ... [-- arguments...]"
#define start_stop_daemon_full_usage \