From bbd14982729901a9033112428295440061cd34fe Mon Sep 17 00:00:00 2001 From: immarvin Date: Mon, 25 Feb 2013 09:31:37 +0000 Subject: [PATCH] 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 --- xCAT-client/bin/ppping | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-client/bin/ppping b/xCAT-client/bin/ppping index 615fd4313..1dcad30ad 100755 --- a/xCAT-client/bin/ppping +++ b/xCAT-client/bin/ppping @@ -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;