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 /miscutils | |
parent | 9c7ee1439aded3f72fb314b516c0eb488076c179 (diff) | |
download | busybox-854174f7ddc21350c0dbf826c76400910b33806c.tar.gz |
time: document -p in usage
Signed-off-by: Tommi Rantala <tommi.t.rantala@nokia.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils')
-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 @@ //kbuild:lib-$(CONFIG_TIME) += time.o //usage:#define time_trivial_usage -//usage: "[-v] PROG ARGS" +//usage: "[-vp] PROG ARGS" //usage:#define time_full_usage "\n\n" //usage: "Run PROG, display resource usage when it exits\n" //usage: "\n -v Verbose" +//usage: "\n -p POSIX output format" #include "libbb.h" #include <sys/resource.h> /* getrusage */ |