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
This commit is contained in:
parent
eaae5e1051
commit
56cab3d3ff
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user