Add info to the help

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15436 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-03-08 11:37:59 +00:00
parent b17cbaf52c
commit 00c79814f4

View File

@ -39,7 +39,7 @@ GetOptions( 'V|verbose' => \$::VERBOSE,
if ($help) {
print "DB2 Table Reorganization utility.\n";
print
"This script can be set as a cron job or run on the command line to reorg the xcatdb DB2 database tables.\n";
"This script can be set as a cron job or run on the command line to reorg the xcatdb DB2 database tables. It automatically added as a cron job, if you use the db2sqlsetup command to create your DB2 database setup for xCAT. \n";
print "Usage:\n";
print "\t--V - Verbose mode\n";
print "\t--h - usage\n";