mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix: correct help output for traefik
This commit is contained in:
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user