summaryrefslogtreecommitdiff
path: root/cmd/cobra.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/cobra.go')
-rw-r--r--cmd/cobra.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/cobra.go b/cmd/cobra.go
index 437fda9..d2a546c 100644
--- a/cmd/cobra.go
+++ b/cmd/cobra.go
@@ -91,6 +91,10 @@ https://caddyserver.com/docs/running
$ caddy run --config caddy.json
$ caddy reload --config caddy.json
$ caddy stop`,
+
+ // kind of annoying to have all the help text printed out if
+ // caddy has an error provisioning its modules, for instance...
+ SilenceUsage: true,
}
const fullDocsFooter = `Full documentation is available at: