Add in a 'time' applet. Adds 4.5k.
-Erik
This commit is contained in:
parent
38288bbf4c
commit
c3657428d3
4 changed files with 513 additions and 0 deletions
|
@ -1701,6 +1701,13 @@
|
|||
USAGE_TFTP_BS( \
|
||||
"\t-b SIZE\tTransfer blocks of SIZE octets.\n" \
|
||||
)
|
||||
#define time_trivial_usage \
|
||||
"[OPTION]... COMMAND [ARGS...]"
|
||||
#define time_full_usage \
|
||||
"Runs the program COMMAND with arguments ARGS. When COMMAND finishes,\n"
|
||||
"COMMAND's resource usage information is displayed\n\n"
|
||||
"Options:\n" \
|
||||
"\t-v\tDisplays verbose resource usage information."
|
||||
|
||||
#define touch_trivial_usage \
|
||||
"[-c] FILE [FILE ...]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue