fix: set correct help output

This commit is contained in:
Jose Diaz-Gonzalez
2022-11-07 22:27:02 -05:00
parent 212389980e
commit e1f9e44e51

View File

@@ -6,7 +6,7 @@ cmd-haproxy-help() {
declare desc="help command"
declare CMD="$1"
local plugin_name="haproxy"
local plugin_description="Manage mounted volumes"
local plugin_description="Manage the haproxy proxy integration"
if [[ "$CMD" == "${plugin_name}:help" ]]; then
echo -e "Usage: dokku ${plugin_name}[:COMMAND]"