diff --git a/xCAT-client/bin/xcatDBcmds b/xCAT-client/bin/xcatDBcmds index aa5de9483..baf1d03d6 100755 --- a/xCAT-client/bin/xcatDBcmds +++ b/xCAT-client/bin/xcatDBcmds @@ -71,7 +71,7 @@ foreach my $a (@ARGV) my @checkcmds = ("nimnodeset", "mkdsklsnode", "rmdsklsnode", "xcat2nim", "nimnodecust"); if (grep(/^$bname$/, @checkcmds) ) { # strip off all options - getopts('ab:d:f:h?i:l:urs:m:no:t:vVp:'); + getopts('ab:d:fh?i:l:urs:m:no:t:vVp:'); # check the operands for a noderange while (my $a = shift(@ARGV)) { if (!($a =~ /=/)) {