From f4cbeb4712f7aa918978184bfb9accbb86c2de56 Mon Sep 17 00:00:00 2001 From: lissav Date: Thu, 30 Oct 2008 19:08:06 +0000 Subject: [PATCH] add -q quiet option git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2424 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/pods/man1/xdshbak.1.pod | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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