Change wording of help

This commit is contained in:
Luke Murphy 2020-04-08 12:22:49 +02:00
parent 22e1b66b1d
commit d3efc17cae
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ case "$1" in
#shellcheck disable=SC2034
declare desc="return ansible-deploy plugin help content"
cat<<help_content
ansible-deploy:vault-pass, Add new app vault password for decryption of passwords
ansible-deploy:vault-pass appname, Add new app vault password for decrypting secrets
help_content
}