Skip to content

Commit

Permalink
More wording
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWinder committed Dec 27, 2022
1 parent f591a0d commit 6d341ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-database-backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ while [ $# -gt 0 ]; do
# If help has been requested
if [[ $1 == *"--help" ]]; then
echo
echo "Let's Encrypt Backup Script"
echo "MySQL/MariaDB Backup Script"
echo
echo "This script allows you to easily backup a MySQL or MariaDB database to an SQL dump."
echo "https://github.com/AlexWinder/mysql-backup-database"
Expand Down

0 comments on commit 6d341ee

Please sign in to comment.