From 854174f7ddc21350c0dbf826c76400910b33806c Mon Sep 17 00:00:00 2001 From: Tommi Rantala Date: Mon, 24 Apr 2017 19:08:53 +0300 Subject: [PATCH] time: document -p in usage Signed-off-by: Tommi Rantala Signed-off-by: Denys Vlasenko --- miscutils/time.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */