diff options
Diffstat (limited to 'miscutils/time.c')
-rw-r--r-- | miscutils/time.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/miscutils/time.c b/miscutils/time.c index 19b0b44c9..a73a837d8 100644 --- a/miscutils/time.c +++ b/miscutils/time.c | |||
@@ -8,6 +8,17 @@ | |||
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. | ||
18 | |||
19 | //applet:IF_TIME(APPLET(time, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
20 | |||
21 | //kbuild:lib-$(CONFIG_TIME) += time.o | ||
11 | 22 | ||
12 | //usage:#define time_trivial_usage | 23 | //usage:#define time_trivial_usage |
13 | //usage: "[-v] PROG ARGS" | 24 | //usage: "[-v] PROG ARGS" |