diff options
Diffstat (limited to 'miscutils/time.c')
-rw-r--r-- | miscutils/time.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/miscutils/time.c b/miscutils/time.c index 19b0b44c9..90d2ab67c 100644 --- a/miscutils/time.c +++ b/miscutils/time.c | |||
@@ -8,6 +8,13 @@ | |||
8 | Heavily modified by David MacKenzie <djm@gnu.ai.mit.edu>. | 8 | Heavily modified by David MacKenzie <djm@gnu.ai.mit.edu>. |
9 | Heavily modified for busybox by Erik Andersen <andersen@codepoet.org> | 9 | Heavily modified for busybox by Erik Andersen <andersen@codepoet.org> |
10 | */ | 10 | */ |
11 | //config:config TIME | ||
12 | //config: bool "time" | ||
13 | //config: default y | ||
14 | //config: help | ||
15 | //config: The time command runs the specified program with the given arguments. | ||
16 | //config: When the command finishes, time writes a message to standard output | ||
17 | //config: giving timing statistics about this program run. | ||
11 | 18 | ||
12 | //usage:#define time_trivial_usage | 19 | //usage:#define time_trivial_usage |
13 | //usage: "[-v] PROG ARGS" | 20 | //usage: "[-v] PROG ARGS" |