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:
nott 2008-02-21 19:17:18 +00:00
parent 290ba2bf8f
commit e96f522c60

View File

@ -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,