support -i in ppping GetOptions

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15249 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
immarvin 2013-02-25 09:31:37 +00:00
parent 311a25a05a
commit bbd1498272

View File

@ -45,7 +45,7 @@ if(!GetOptions(
'V|verbose' => \$::VERBOSE,
'H|hierarchical' => \$::HIERARCHY,
'q|quiet' => \$::QUIET,
'interface=s' => \$interface))
'i|interface=s' => \$interface))
{
print "$USAGE";
exit 1;