From: Tommi Rantala Date: Mon, 24 Apr 2017 16:08:53 +0000 (+0300) Subject: time: document -p in usage X-Git-Tag: 1_27_0~32 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=854174f7ddc21350c0dbf826c76400910b33806c;p=oweals%2Fbusybox.git time: document -p in usage Signed-off-by: Tommi Rantala Signed-off-by: Denys Vlasenko --- 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 /* getrusage */