diff --git a/mysqldumpsplitter.sh b/mysqldumpsplitter.sh index 8cfc5ca..dd9ebfc 100644 --- a/mysqldumpsplitter.sh +++ b/mysqldumpsplitter.sh @@ -19,7 +19,6 @@ # Ver. 4.0: March, 2015 # ... More validations and bug fixes. # ... Detecting source dump types (compressed/sql). -# ... Configuration file support. # ... Support for compressed backup and bz2 format. # Credit: Andrzej Wroblewski (andrzej.wroblewski@packetstorm.pl) for his inputs on compressed backup & bz2 support. # @@ -322,4 +321,4 @@ done parse_result dump_splitter -exit 0; +exit 0; \ No newline at end of file