aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-25 21:50:18 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-25 21:50:18 +0000
commit3c705200344cd09aa84e28e3c13e3595b3e764fb (patch)
tree70eb52b176ebc5bf9067caec93181891f8c1d4b6 /include/usage.h
parente5ce1e126132ffbbf5248401a080e4aca029094b (diff)
downloadbusybox-w32-3c705200344cd09aa84e28e3c13e3595b3e764fb.tar.gz
busybox-w32-3c705200344cd09aa84e28e3c13e3595b3e764fb.tar.bz2
busybox-w32-3c705200344cd09aa84e28e3c13e3595b3e764fb.zip
- 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 git-svn-id: svn://busybox.net/trunk/busybox@18236 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 7adc1fc78..4843f5f67 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2952,6 +2952,12 @@
2952 ) \ 2952 ) \
2953 "" 2953 ""
2954 2954
2955#define split_trivial_usage \
2956 "[OPTION] [INPUT [PREFIX]]"
2957#define split_full_usage \
2958 "Options:" \
2959 "\n -blah XXX: Fixme: usage.h"
2960
2955#define start_stop_daemon_trivial_usage \ 2961#define start_stop_daemon_trivial_usage \
2956 "[OPTIONS] [--start|--stop] ... [-- arguments...]" 2962 "[OPTIONS] [--start|--stop] ... [-- arguments...]"
2957#define start_stop_daemon_full_usage \ 2963#define start_stop_daemon_full_usage \