scstadmin: Partially revert r3678. Checking whether a group name has been specified is the responsability of the Perl command line parser.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3683 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-07-18 08:56:06 +00:00
parent d57423be9a
commit 3ea5e2d4e5

View File

@@ -425,8 +425,7 @@ sub getArgs {
exit 1;
}
if (defined($listGroupAttr) && (($driver eq '') || ($target eq '') ||
($listGroupAttr eq ''))) {
if (defined($listGroupAttr) && ($driver eq '') || ($target eq '')) {
print "Please specify -driver, -target and group with -list_grp_attr.\n";
exit 1;
}