Skip to content

Commit

Permalink
removing trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Dalesjo committed Mar 27, 2017
1 parent 5d6f3a6 commit 8d4b0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Backup script for a remote Mysql/MariaDB server. Stores each database in a separate directory with a single md5 file for verification.

### Example
mysqlBackup -d /var/backup/mydb/ -h 192.168.0.1 -u admin -p mypassword
mysqlBackup -d /var/backup/mydb -h 192.168.0.1 -u admin -p mypassword

### Return codes
0) Successfull backup
Expand Down

0 comments on commit 8d4b0f9

Please sign in to comment.