aboutsummaryrefslogtreecommitdiff
path: root/toys/Config.in
diff options
context:
space:
mode:
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 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"