mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
fix: set correct help output
This commit is contained in:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user