diff --git a/xCAT-server/share/xcat/tools/reorgtbls b/xCAT-server/share/xcat/tools/reorgtbls index 990cad5d0..6ab309781 100755 --- a/xCAT-server/share/xcat/tools/reorgtbls +++ b/xCAT-server/share/xcat/tools/reorgtbls @@ -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";