diff options
author | Rob Landley <rob@landley.net> | 2007-11-27 01:06:43 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2007-11-27 01:06:43 -0600 |
commit | 860902c175ba5d4965159b31e942e7f6c0933b50 (patch) | |
tree | fed77fed117bf5d64e9fb05dddd18b3f44e702e7 /toys/Config.in | |
parent | c15b3edf55ebd915b234e2ee6280a19874a052f9 (diff) | |
download | toybox-860902c175ba5d4965159b31e942e7f6c0933b50.tar.gz |
Remove a few bytes from basename and add 'em back (and more) in the help string.
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 34c31107..e387d245 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -15,9 +15,9 @@ config BASENAME bool "basename" default y help - usage: basename path + usage: basename path [suffix] - Print the part of path after the last slash. + Print the part of path after the last slash, optionally minus suffix. config BZCAT bool "bzcat" |