diff options
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 4 |
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. |