aboutsummaryrefslogtreecommitdiff
path: root/toys/Config.in
diff options
context:
space:
mode:
authorCharlie Shepherd <masterdriverz@gentoo.org>2007-11-10 10:03:01 +0000
committerCharlie Shepherd <masterdriverz@gentoo.org>2007-11-10 10:03:01 +0000
commit627dc77bb6749dbb2cb41d2bbca0c8e41c7504ca (patch)
tree7f3109dbd4b0b16e535e2933628f18c8e7424134 /toys/Config.in
parentded91bd8208b1d8a1c7b145f3ee5741b6ad57591 (diff)
downloadtoybox-627dc77bb6749dbb2cb41d2bbca0c8e41c7504ca.tar.gz
Add an option to let touch extend or truncate a file and rename the err label to time_error to reduce confusion.
Diffstat (limited to 'toys/Config.in')
-rw-r--r--toys/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/Config.in b/toys/Config.in
index 8108a92b..84b3f28f 100644
--- a/toys/Config.in
+++ b/toys/Config.in
@@ -261,9 +261,9 @@ config TOUCH
bool "touch"
default y
help
- usage: touch [-acmrt] FILE...
+ usage: touch [-acmrtl] FILE...
- Change file timestamps and ensure file existance.
+ Change file timestamps, ensure file existance and change file length.
-a Only change the access time.
-c Do not create the file if it doesn't exist.