fix defect 3517

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16043 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-04-23 14:35:55 +00:00
parent f643ea5156
commit 8421c4bcba

View File

@ -5,7 +5,7 @@ B<pping> - parallel ping the nodes.
=head1 SYNOPSIS
B<pping> [B<-i>|B<--interface> I<interfaces>] I<noderange>
B<pping> [B<-i>|B<--interface> I<interfaces>] [B<-f>|B<--use_fping>] I<noderange>
B<pping> [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.