From 8421c4bcba88872988748beaf1fe10ab21dcd690 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 23 Apr 2013 14:35:55 +0000 Subject: [PATCH] fix defect 3517 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16043 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/pping.1.pod | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xCAT-client/pods/man1/pping.1.pod b/xCAT-client/pods/man1/pping.1.pod index 38b34ecc5..ac7ef8055 100644 --- a/xCAT-client/pods/man1/pping.1.pod +++ b/xCAT-client/pods/man1/pping.1.pod @@ -5,7 +5,7 @@ B - parallel ping the nodes. =head1 SYNOPSIS -B [B<-i>|B<--interface> I] I +B [B<-i>|B<--interface> I] [B<-f>|B<--use_fping>] I B [B<-h>|B<--help>] @@ -32,6 +32,10 @@ the ib2 interface on node3 has a hostname of node3-ib2. If more than one interface is specified, each interface will be combined with the nodenames as described above and will be pinged in turn. +=item B<-f>|B<--use_fping> + +Use fping instead of nmap + =item B<-h>|B<--help> Show usage information.