scstadmin: Add missing comma in an error message

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3677 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-07-17 13:30:14 +00:00
parent 02405d17f6
commit 12be13f881

View File

@@ -429,7 +429,7 @@ sub getArgs {
}
if (defined($listInitiatorAttr) && (($driver eq '') || ($target eq '') || ($group eq ''))) {
print "Please specify -driver -target and -group with -list_ini_attr.\n";
print "Please specify -driver, -target and -group with -list_ini_attr.\n";
usage();
}