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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/time.c b/toys/posix/time.c
index 3d7d2ba7..d99d2db5 100644
--- a/toys/posix/time.c
+++ b/toys/posix/time.c
@@ -11,7 +11,7 @@ config TIME
default y
depends on TOYBOX_FLOAT
help
- usage: time [-pv] COMMAND [ARGS...]
+ usage: time [-pv] COMMAND...
Run command line and report real, user, and system time elapsed in seconds.
(real = clock on the wall, user = cpu used by command's code,