diff options
author | Rob Landley <rob@landley.net> | 2013-08-18 13:52:08 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-08-18 13:52:08 -0500 |
commit | 1afe7fae553244309eaba0eb0379675fe185864a (patch) | |
tree | b54727fbf9b3b07bfe2e1c1fa1666a23cc40b704 /toys/posix/touch.c | |
parent | 100fb2399417316fb6d5818fbc4e3a843d189bf3 (diff) | |
download | toybox-1afe7fae553244309eaba0eb0379675fe185864a.tar.gz |
Fix usage: lines for a couple commands.
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. |