From: <bva...@us...> - 2011-07-17 13:30:20
|
Revision: 3677 http://scst.svn.sourceforge.net/scst/?rev=3677&view=rev Author: bvassche Date: 2011-07-17 13:30:14 +0000 (Sun, 17 Jul 2011) Log Message: ----------- scstadmin: Add missing comma in an error message Modified Paths: -------------- trunk/scstadmin/scstadmin.sysfs/scstadmin Modified: trunk/scstadmin/scstadmin.sysfs/scstadmin =================================================================== --- trunk/scstadmin/scstadmin.sysfs/scstadmin 2011-07-17 13:20:59 UTC (rev 3676) +++ trunk/scstadmin/scstadmin.sysfs/scstadmin 2011-07-17 13:30:14 UTC (rev 3677) @@ -429,7 +429,7 @@ } 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(); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |