mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 13:11:27 +00:00
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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user