diff --git a/cluster-manager.sh b/cluster-manager.sh index c95899e..8e2727f 100755 --- a/cluster-manager.sh +++ b/cluster-manager.sh @@ -236,7 +236,7 @@ case "$ACTION" in echo " help : Show this screen" echo " cmd : Execute on hosts" echo " db-backup [filename] : Perform a database backup" - echo " db-restore [filename] : Restore a database backup" + echo " db-restore : Restore a database backup" echo " db-sql : Copy to hosts and run with mysql client" echo " script : Copy to hosts and execute it" echo " update : Update code using git pull"