time: document -p in usage
authorTommi Rantala <tommi.t.rantala@nokia.com>
Mon, 24 Apr 2017 16:08:53 +0000 (19:08 +0300)
committerDenys 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

index 2be750664ac2a196c9d5bbe6be01bcbb5ab216ba..7c457a91a6c5ba5be9c1f417703746b3d0f73520 100644 (file)
 //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 */