diff options
-rw-r--r-- | miscutils/time.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/miscutils/time.c b/miscutils/time.c index 2be750664..7c457a91a 100644 --- a/miscutils/time.c +++ b/miscutils/time.c | |||
@@ -21,10 +21,11 @@ | |||
21 | //kbuild:lib-$(CONFIG_TIME) += time.o | 21 | //kbuild:lib-$(CONFIG_TIME) += time.o |
22 | 22 | ||
23 | //usage:#define time_trivial_usage | 23 | //usage:#define time_trivial_usage |
24 | //usage: "[-v] PROG ARGS" | 24 | //usage: "[-vp] PROG ARGS" |
25 | //usage:#define time_full_usage "\n\n" | 25 | //usage:#define time_full_usage "\n\n" |
26 | //usage: "Run PROG, display resource usage when it exits\n" | 26 | //usage: "Run PROG, display resource usage when it exits\n" |
27 | //usage: "\n -v Verbose" | 27 | //usage: "\n -v Verbose" |
28 | //usage: "\n -p POSIX output format" | ||
28 | 29 | ||
29 | #include "libbb.h" | 30 | #include "libbb.h" |
30 | #include <sys/resource.h> /* getrusage */ | 31 | #include <sys/resource.h> /* getrusage */ |