From 860902c175ba5d4965159b31e942e7f6c0933b50 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 27 Nov 2007 01:06:43 -0600 Subject: Remove a few bytes from basename and add 'em back (and more) in the help string. --- toys/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toys/Config.in') 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" -- cgit v1.2.3