From d0b5d5c3576c90904a20d8b72b5aebc45a3da67b Mon Sep 17 00:00:00 2001 From: Kedar Date: Tue, 3 Mar 2015 18:22:29 +0530 Subject: [PATCH] Corrected help text Corrected help text removed "=" --- mysqldumpsplitter.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysqldumpsplitter.sh b/mysqldumpsplitter.sh index a54af68..b152fea 100644 --- a/mysqldumpsplitter.sh +++ b/mysqldumpsplitter.sh @@ -46,7 +46,7 @@ DB_NAME=''; usage() { echo "${txtgrn}${txtund}************ Usage ************ "${txtrst}; - echo "${txtgrn}sh mysqldumpsplitter.sh --source filename --extract [DB|TABLE|ALLDBS|ALLTABLES|REGEXP] --match_str string --compression=[gzip|pigz|none] --output_dir=[path to output dir] ${txtrst}" + echo "${txtgrn}sh mysqldumpsplitter.sh --source filename --extract [DB|TABLE|ALLDBS|ALLTABLES|REGEXP] --match_str string --compression [gzip|pigz|none] --output_dir [path to output dir] ${txtrst}" echo "${txtund} ${txtrst}" echo "OPTIONS:" echo "${txtund} ${txtrst}" @@ -220,4 +220,4 @@ done parse_result dump_splitter -exit 0; \ No newline at end of file +exit 0;