From 591fe8642d524fa8f9539392413be0eb87b24efb Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 18 Aug 2022 10:50:46 -0400 Subject: [PATCH] fix: correct help output for traefik --- plugins/traefik-vhosts/help-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/traefik-vhosts/help-functions b/plugins/traefik-vhosts/help-functions index 838b0b960..22ec4c1a8 100755 --- a/plugins/traefik-vhosts/help-functions +++ b/plugins/traefik-vhosts/help-functions @@ -6,7 +6,7 @@ cmd-traefik-help() { declare desc="help command" declare CMD="$1" local plugin_name="traefik" - local plugin_description="Manage mounted volumes" + local plugin_description="Manage the traefik proxy integration" if [[ "$CMD" == "${plugin_name}:help" ]]; then echo -e "Usage: dokku ${plugin_name}[:COMMAND]"