diff options
author | Rob Landley <rob@landley.net> | 2007-02-13 16:41:51 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-02-13 16:41:51 -0500 |
commit | 2aa494dcfe701e080e62f3d2a36af84b2ee16837 (patch) | |
tree | 9f6a33a599833e6211f3891bb39fd7c784784ce5 /toys/Config.in | |
parent | 4f5a671bf49bcce98be1a0be847cf4f5eaeacd2a (diff) | |
download | toybox-2aa494dcfe701e080e62f3d2a36af84b2ee16837.tar.gz |
MacOS X has a defective sed with no -r.
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in index 64fa2a28..7768ec89 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -172,6 +172,20 @@ config PWD The print working directory command prints the current directory. +config TOUCH + bool "touch" + default n + help + usage: touch [-acmrt] FILE... + + Change file timestamps/length. Create empty or sparse files. + + -a + -c + -m + -r + -t + config TOYSH bool "sh (toysh)" default n |