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:
parent
311a25a05a
commit
bbd1498272
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user