mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
- add usage for split
This commit is contained in:
parent
b813eaff23
commit
4e1361a481
1 changed files with 6 additions and 1 deletions
|
|
@ -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...]"
|
||||
|
|
|
|||
Loading…
Reference in a new issue