diff options
author | Rob Landley <rob@landley.net> | 2008-01-05 16:40:40 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2008-01-05 16:40:40 -0600 |
commit | a45173b3ef2536a45a1a283ae4e709affe405513 (patch) | |
tree | cca629fe3c6ba222b864bb367ba167d08c3b4919 | |
parent | 6c437186c0f30d18d739648146399990501a823d (diff) | |
download | toybox-a45173b3ef2536a45a1a283ae4e709affe405513.tar.gz |
Update help text a bit.
-rw-r--r-- | toys/Config.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/toys/Config.in b/toys/Config.in index 267bcd46..ee5f3b77 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -312,7 +312,8 @@ config READLINK_F help usage: readlink [-f] - -f Show final location, including normal files and multiple symlinks. + -f Show full cannonical path, with no symlinks in it. Returns + nonzero if nothing could currently exist at this location. config SHA1SUM bool "sha1sum" @@ -342,15 +343,16 @@ config TOUCH bool "touch" default y help - usage: touch [-acmrtl] FILE... + usage: touch [-acm] [-r FILE] [-t MMDDhhmm] [-l bytes] FILE... 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. + -l Length to truncate (or sparsely extend) file to. -m Only change the modification time. -r Reference file to take timestamps from. - -t Time to change {a,m}time to, in the format MMDDhhmm. + -t Time to change {a,m}time to. config TOYSH bool "sh (toysh)" |