Commit e080585123926369fd472261ade9c96e4e5912cd
1 parent
7270ae71
Fixed typo in help
Showing
1 changed file
with
1 additions
and
1 deletions
cluster-manager.sh
... | ... | @@ -236,7 +236,7 @@ case "$ACTION" in |
236 | 236 | echo " help : Show this screen" |
237 | 237 | echo " cmd <command> : Execute <command> on hosts" |
238 | 238 | echo " db-backup [filename] : Perform a database backup" |
239 | - echo " db-restore [filename] : Restore a database backup" | |
239 | + echo " db-restore <filename> : Restore a database backup" | |
240 | 240 | echo " db-sql <filename> : Copy <filename> to hosts and run with mysql client" |
241 | 241 | echo " script <filename> : Copy <filename> to hosts and execute it" |
242 | 242 | echo " update : Update code using git pull" | ... | ... |