svn commit: trunk/busybox/include
aldot at busybox.net
aldot at busybox.net
Mon Mar 26 14:38:03 UTC 2007
Author: aldot
Date: 2007-03-26 07:38:03 -0700 (Mon, 26 Mar 2007)
New Revision: 18247
Log:
- add usage for split
Modified:
trunk/busybox/include/usage.h
Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h 2007-03-26 14:28:12 UTC (rev 18246)
+++ trunk/busybox/include/usage.h 2007-03-26 14:38:03 UTC (rev 18247)
@@ -2956,7 +2956,12 @@
"[OPTION] [INPUT [PREFIX]]"
#define split_full_usage \
"Options:" \
- "\n -blah XXX: Fixme: usage.h"
+ "\n -b n[k|m] Split by bytes" \
+ "\n -l n Split by lines" \
+ "\n -a n Use n letters as suffix"
+#define split_example_usage \
+ "$ split TODO foo\n" \
+ "$ cat TODO | split -a 2 -l 2 TODO_\n"
#define start_stop_daemon_trivial_usage \
"[OPTIONS] [--start|--stop] ... [-- arguments...]"
More information about the busybox-cvs
mailing list