From ac731c14e96ed16a3c6ee8cba17327af8a7b4297 Mon Sep 17 00:00:00 2001 From: sjing Date: Fri, 30 Jul 2010 08:35:44 +0000 Subject: [PATCH] change input parameters for getopt. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6916 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/xcatDBcmds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/xcatDBcmds b/xCAT-client/bin/xcatDBcmds index c99d07fc4..5fe5db01f 100755 --- a/xCAT-client/bin/xcatDBcmds +++ b/xCAT-client/bin/xcatDBcmds @@ -100,7 +100,7 @@ my @checkcmds = ("nimnodeset", "mkdsklsnode", "rmdsklsnode", "xcat2nim", "nimnod if (grep(/^$bname$/, @checkcmds) ) { # strip off all options # use getopt instead of getopts to let long options pass through - getopt('ab:d:Dfh?i:lurs:m:no:t:vVp:M'); + getopt('bdismotp'); # check the operands for a noderange while (my $a = shift(@ARGV)) { if (!($a =~ /=/) && !($a =~ /^-/)) {