diff --git a/plugins/haproxy-vhosts/help-functions b/plugins/haproxy-vhosts/help-functions index 80da34667..b28fd2b1f 100755 --- a/plugins/haproxy-vhosts/help-functions +++ b/plugins/haproxy-vhosts/help-functions @@ -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]"