Added "-?" as help option.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@542 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
290ba2bf8f
commit
e96f522c60
@ -143,7 +143,7 @@ sub processArgs
|
||||
if (
|
||||
!GetOptions(
|
||||
'all|a' => \$::opt_a,
|
||||
'help|h' => \$::opt_h,
|
||||
'help|h|?' => \$::opt_h,
|
||||
'list|l' => \$::opt_l,
|
||||
'update|u' => \$::opt_u,
|
||||
'remove|r' => \$::opt_r,
|
||||
|
Loading…
Reference in New Issue
Block a user