aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-12-06 07:42:04 +0000
committerEric Andersen <andersen@codepoet.org>2001-12-06 07:42:04 +0000
commit356b6dbf8674cea50da27cd78a9c52fe2fcad9a0 (patch)
tree139eb2c9d6e7af6423a492d479f0036c7c31171c /include/usage.h
parent0ee0a8d5396c9da17ba47991715da3ff8ea484f1 (diff)
downloadbusybox-w32-356b6dbf8674cea50da27cd78a9c52fe2fcad9a0.tar.gz
busybox-w32-356b6dbf8674cea50da27cd78a9c52fe2fcad9a0.tar.bz2
busybox-w32-356b6dbf8674cea50da27cd78a9c52fe2fcad9a0.zip
Patch from Steve Merrifield <steve@labyrinth.net.au> to
fixup the merge of the time applet, which I messed up. -Erik
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index a3447e83a..14d16561f 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1704,8 +1704,8 @@
1704#define time_trivial_usage \ 1704#define time_trivial_usage \
1705 "[OPTION]... COMMAND [ARGS...]" 1705 "[OPTION]... COMMAND [ARGS...]"
1706#define time_full_usage \ 1706#define time_full_usage \
1707 "Runs the program COMMAND with arguments ARGS. When COMMAND finishes,\n" 1707 "Runs the program COMMAND with arguments ARGS. When COMMAND finishes,\n" \
1708 "COMMAND's resource usage information is displayed\n\n" 1708 "COMMAND's resource usage information is displayed\n\n" \
1709 "Options:\n" \ 1709 "Options:\n" \
1710 "\t-v\tDisplays verbose resource usage information." 1710 "\t-v\tDisplays verbose resource usage information."
1711 1711