Improving logging

This commit is contained in:
Luke Murphy
2020-03-22 00:21:04 +01:00
parent c611603eb5
commit be6a9a1a73
2 changed files with 4 additions and 2 deletions

View File

@ -16,7 +16,7 @@ help_content
}
if [[ $1 = "ansible:help" ]]; then
echo -e 'Usage: dokku ansible[:COMMAND]'
echo -e 'Usage: dokku ansible:COMMAND'
echo ''
echo 'Run ansible playbooks during deployment'
echo ''