From fea8c4513188cfc1410045be79231a87fdf293da Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 26 Nov 2013 15:48:20 +0800 Subject: [PATCH] fix for bug 4288, add the -i flag to pasu manpage --- xCAT-client/pods/man1/pasu.1.pod | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/xCAT-client/pods/man1/pasu.1.pod b/xCAT-client/pods/man1/pasu.1.pod index 022d81cb5..12ce672f3 100644 --- a/xCAT-client/pods/man1/pasu.1.pod +++ b/xCAT-client/pods/man1/pasu.1.pod @@ -4,9 +4,9 @@ B - run the ASU to many nodes in parallel =head1 SYNOPSIS -B [B<-V>] [B<-d>] [B<-n>] [B<-l> I] [B<-p> I] [B<-f> I] I I +B [B<-V>] [B<-d>] [B<-n>] [B<-l> I] [B<-p> I] [B<-f> I] [B<-i> I] I I -B [B<-V>] [B<-d>] [B<-n>] [B<-l> I] [B<-p> I] [B<-f> I] B<-b> I I +B [B<-V>] [B<-d>] [B<-n>] [B<-l> I] [B<-p> I] [B<-f> I] [B<-i> I] B<-b> I I B [B<-h> | B<--help>] @@ -60,6 +60,10 @@ By default, pasu filters out (i.e. does not display) the standard initial output If you want this output to be displayed, use this flag. +=item B<-i|--interface> I + +The hostname suffix to be appended to the node names. + =item B<-V|--verbose> Display verbose messages.