From 8b1334a3d6d0681192d774e3cd44b5fa5300f3b9 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 12 Feb 2013 19:39:20 +0000 Subject: [PATCH] improve helps git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15158 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/share/xcat/tools/reorgtbls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";