diff options
Diffstat (limited to 'toys/posix/touch.c')
-rw-r--r-- | toys/posix/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/touch.c b/toys/posix/touch.c index 76884be2..3a65e931 100644 --- a/toys/posix/touch.c +++ b/toys/posix/touch.c @@ -12,7 +12,7 @@ config TOUCH bool "touch" default y help - Usage: Usage: touch [OPTION]... FILE... + usage: touch [OPTION]... FILE... Update the access and modification times of each FILE to the current time. |