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