- 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
This commit is contained in:
parent
55f30b05ac
commit
10f8f5f443
6 changed files with 135 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue