fix usage

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4761 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-12-13 12:56:30 +00:00
parent b5a9356008
commit 6218ac35e1

View File

@ -710,7 +710,7 @@ sub usage
print "Usage:\n";
print "\t--help - usage\n";
print
"\t--directory - output directory for stanza files.\n Default is /tmp/csm2xcat.\n";
"\t--dir - output directory for stanza files.\n Default is /tmp/csm2xcat.\n";
print "\n";
return;
}