From: Bernhard Reutner-Fischer Date: Mon, 26 Mar 2007 14:38:03 +0000 (-0000) Subject: - add usage for split X-Git-Tag: 1_6_0~307 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4e1361a4819ad0fcf76e161bfdcdc8bc29c872ff;p=oweals%2Fbusybox.git - add usage for split --- diff --git a/include/usage.h b/include/usage.h index 4843f5f67..d948c6a03 100644 --- a/include/usage.h +++ b/include/usage.h @@ -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...]"