fix for bug 3215604: lsxcat --all does not work
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9067 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
39e1df0a82
commit
08cac583ba
@ -587,7 +587,7 @@ sub lsxcatd
|
||||
if (scalar(@ARGV)== 0) { $lsxcatd_usage->(1); return; }
|
||||
if (!GetOptions('h|?|help' => \$HELP,
|
||||
'v|version' => \$VERSION,
|
||||
'a' => \$ALL,
|
||||
'a|all' => \$ALL,
|
||||
'd|database' => \$DATABASE))
|
||||
{ $lsxcatd_usage->(1); return; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user