projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c7ee14
)
time: document -p in usage
author
Tommi Rantala
<tommi.t.rantala@nokia.com>
Mon, 24 Apr 2017 16:08:53 +0000
(19:08 +0300)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 28 Apr 2017 15:34:32 +0000
(17:34 +0200)
Signed-off-by: Tommi Rantala <tommi.t.rantala@nokia.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/time.c
patch
|
blob
|
history
diff --git
a/miscutils/time.c
b/miscutils/time.c
index 2be750664ac2a196c9d5bbe6be01bcbb5ab216ba..7c457a91a6c5ba5be9c1f417703746b3d0f73520 100644
(file)
--- 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: "[-v
p
] 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 */