docs: correct help output

Refs dokku/dokku-postgres#197
This commit is contained in:
Jose Diaz-Gonzalez
2020-05-15 00:40:24 -04:00
parent 0dd6e10b6c
commit e5f7c9edf2

View File

@@ -164,8 +164,8 @@ fn-help-list-example() {
# shellcheck disable=SC2034
declare desc="return $PLUGIN_COMMAND_PREFIX plugin help content"
cat <<help_list
NAME, VERSION, STATUS, EXPOSED PORTS, LINKS
service-name, $PLUGIN_COMMAND_PREFIX:$PLUGIN_IMAGE_VERSION, running, -, app-name
$PLUGIN_SERVICE services
service-name
help_list
}