From f85d72668353bcd03ee0da8690a86151ffd5fc00 Mon Sep 17 00:00:00 2001 From: Mark Buechler Date: Tue, 14 Apr 2009 20:06:27 +0000 Subject: [PATCH] Small fix.. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@778 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scstadmin/scstadmin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scstadmin/scstadmin b/scstadmin/scstadmin index 391cff530..aad8ca904 100755 --- a/scstadmin/scstadmin +++ b/scstadmin/scstadmin @@ -958,7 +958,7 @@ sub clearConfiguration { print "If this is not what you intend, press ctrl-c now. Waiting 10 seconds.\n\n"; sleep 10; - print "\nRemoving all user and groups:\n\n"; + print "\nRemoving all users and groups:\n\n"; foreach my $group (keys %GROUPS) { $errs += removeGroup($group) if ($group ne $_DEFAULT_GROUP_); }