From 37eed9bf130b2bb2c271c8dbd1ce2e7126163a03 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Sat, 29 Mar 2008 19:48:56 +0000 Subject: [PATCH] tweak -h help to remove reference to environmental variables --- src/usr/bin/sbopkg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/usr/bin/sbopkg b/src/usr/bin/sbopkg index 7a1c2d8..246802d 100755 --- a/src/usr/bin/sbopkg +++ b/src/usr/bin/sbopkg @@ -547,8 +547,7 @@ while getopts ":b:d:f:hlrs:" OPT; do echo " -d localdir Location of local copy of \ SlackBuilds.org repo." echo " -f Override default configuration file" - echo " with specified file or environmental \ -variables." + echo " with specified file." echo " -h Display this help message." echo " -l Display the SlackBuilds.org \ ChangeLog.txt and then quit."