diff --git a/xCAT-client/pods/man1/xdshbak.1.pod b/xCAT-client/pods/man1/xdshbak.1.pod index 5008f2160..1ef0ab227 100644 --- a/xCAT-client/pods/man1/xdshbak.1.pod +++ b/xCAT-client/pods/man1/xdshbak.1.pod @@ -4,7 +4,7 @@ B - Formats the output of the B command. =head1 B -B [B<-c> | B<-x>] +B [B<-c> | B<-x> | B<-h> | B<-q>] =head1 B @@ -44,11 +44,13 @@ is identical, and the B<-c> (collapse) flag was specified: When output is displayed from more than one node in collapsed form, the host names are displayed alphabetically. When output is not collapsed, -output is displayed sorted alphabetically by host name. The B +output is displayed sorted alphabetically by host name. + +If the B<-q> quiet flag is not set then B command writes "." for each 1000 lines of output processed (to show progress), since it won't display the output until it has processed all of it. -If the B<-x> flag is specified, the extra header lines that xdshbak nor- +If the B<-x> flag is specified, the extra header lines that xdshbak nor- mally displays for each node will be omitted, and the hostname at the beginning of each line is not stripped off, but B still sorts the output by hostname for easier viewing: @@ -83,6 +85,15 @@ more compact output, but xdshbak still sorts the output by node name for easier viewing. This option should not be used with B<-c>. +=item B<-h> + +Displays usage information. + +=item B<-q> + +Quiet mode, do not display "." for each 1000 lines of output. + + =back