1
0
mirror of https://github.com/kedarvj/mysqldumpsplitter.git synced 2025-08-21 15:52:00 +02:00

Corrected help text

Corrected help text removed "="
This commit is contained in:
Kedar
2015-03-03 18:22:29 +05:30
parent 4e696ae411
commit d0b5d5c357

View File

@@ -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}"