Small fix..

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@778 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Mark Buechler
2009-04-14 20:06:27 +00:00
parent 348824b6a3
commit f85d726683

View File

@@ -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_);
}