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:
ligc 2011-03-17 07:16:24 +00:00
parent 39e1df0a82
commit 08cac583ba

View File

@ -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; }