From f643ea51563385510cd8f76d332a02d6e639ba47 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 23 Apr 2013 14:29:48 +0000 Subject: [PATCH] fix defect 3517 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16042 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/pping | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xCAT-client/bin/pping b/xCAT-client/bin/pping index 49b383069..6df6936c4 100755 --- a/xCAT-client/bin/pping +++ b/xCAT-client/bin/pping @@ -22,8 +22,7 @@ use IO::Handle; use IO::Select; use Getopt::Long; -my $USAGE="Usage: pping [-i|--interface interfaces] noderange - pping -f|--use_fping +my $USAGE="Usage: pping [-i|--interface interfaces][-f|--use_fping] noderange pping -h|--help pping -v|--version\n";