Add "-?" as help option.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@541 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2008-02-21 19:16:33 +00:00
parent ad71dd41b0
commit 290ba2bf8f

View File

@ -206,7 +206,7 @@ sub processArgs
'dynamic|d' => \$::opt_d,
'f|force' => \$::opt_f,
'i=s' => \$::opt_i,
'help|h' => \$::opt_h,
'help|h|?' => \$::opt_h,
'long|l' => \$::opt_l,
'm|minus' => \$::opt_m,
'o=s' => \$::opt_o,