From e080585123926369fd472261ade9c96e4e5912cd Mon Sep 17 00:00:00 2001 From: lucvic Date: Wed, 14 Oct 2015 17:26:57 +0200 Subject: [PATCH] Fixed typo in help --- cluster-manager.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- libgit2 0.21.4