Fix indentation and, document local options only

This commit is contained in:
Luke Murphy 2021-03-04 15:35:18 +01:00
parent 44e22db11b
commit 25a0afed65
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 6 additions and 3 deletions

9
abra
View File

@ -887,11 +887,14 @@ _abra_backup_mysql() {
###### .. app deploy
help_app_deploy (){
echo "abra [options] app <app> deploy [--update] [--skip-check]
echo "abra [options] app <app> deploy [--update]
Deploy app <app> to the configured server.
Deploy app <app> to the configured server.
POWERED BY
OPTIONS
--update Consent to deploying an updated app version
POWERED BY
docker stack deploy -c compose.yml <app>"
}