aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/time.c')
-rw-r--r--toys/posix/time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/posix/time.c b/toys/posix/time.c
index 18664c10..0cf63dee 100644
--- a/toys/posix/time.c
+++ b/toys/posix/time.c
@@ -17,8 +17,8 @@ config TIME
(real = clock on the wall, user = cpu used by command's code,
system = cpu used by OS on behalf of command.)
- -p posix mode (default)
- -v verbose mode
+ -p POSIX format output (default)
+ -v Verbose
*/
#define FOR_time