From 56cab3d3ffde5c3566c901adbcc6145cc73db51f Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 19 Sep 2008 16:59:42 +0000 Subject: [PATCH] fix spelling in usage message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2210 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-client/bin/xdshbak | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xCAT-client/bin/xdshbak b/xCAT-client/bin/xdshbak index b7d1aa09e..8cf960d33 100644 --- a/xCAT-client/bin/xdshbak +++ b/xCAT-client/bin/xdshbak @@ -22,6 +22,9 @@ use Getopt::Std; # # # Inputs: # # -c : list distinct output only once # +# -h : usage # +# -x : omit extra header output for each node. # +# Can not be used with -c. # # # # Ouputs: # # Filtered output # @@ -191,7 +194,7 @@ sub d_syntax { my $usage1 = "Usage: xdshbak [-c | -x | -h] \n"; my $usage2 = - "-c : compresses the output by listng unique output only once.\n"; + "-c : compresses the output by listing unique output only once.\n"; my $usage3 = "-h : help \n"; my $usage4 = "-x : omit extra header output for each node. Can not be used with -c. \n";