Add in a 'time' applet. Adds 4.5k.

-Erik
This commit is contained in:
Eric Andersen 2001-11-30 07:54:32 +00:00
parent 38288bbf4c
commit c3657428d3
4 changed files with 513 additions and 0 deletions

View file

@ -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 ...]"