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;