mirror of
https://github.com/kedarvj/mysqldumpsplitter.git
synced 2025-08-21 23:56:08 +02:00
Corrected help text
Corrected help text removed "="
This commit is contained in:
@@ -46,7 +46,7 @@ DB_NAME='';
|
|||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
echo "${txtgrn}${txtund}************ Usage ************ "${txtrst};
|
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 "${txtund} ${txtrst}"
|
||||||
echo "OPTIONS:"
|
echo "OPTIONS:"
|
||||||
echo "${txtund} ${txtrst}"
|
echo "${txtund} ${txtrst}"
|
||||||
|
Reference in New Issue
Block a user