diff options
author | Tommi Rantala <tommi.t.rantala@nokia.com> | 2017-04-24 19:08:53 +0300 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-04-28 17:34:32 +0200 |
commit | 854174f7ddc21350c0dbf826c76400910b33806c (patch) | |
tree | ba764d6428415ef9847f2e976be15daf1b4bfb46 | |
parent | 9c7ee1439aded3f72fb314b516c0eb488076c179 (diff) | |
download | busybox-w32-854174f7ddc21350c0dbf826c76400910b33806c.tar.gz busybox-w32-854174f7ddc21350c0dbf826c76400910b33806c.tar.bz2 busybox-w32-854174f7ddc21350c0dbf826c76400910b33806c.zip |
time: document -p in usage
Signed-off-by: Tommi Rantala <tommi.t.rantala@nokia.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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 */ |