summaryrefslogtreecommitdiffstats
path: root/client/go/cmd/root.go
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/cmd/root.go')
-rw-r--r--client/go/cmd/root.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/client/go/cmd/root.go b/client/go/cmd/root.go
index 9cec618ceca..c88ffabd7ae 100644
--- a/client/go/cmd/root.go
+++ b/client/go/cmd/root.go
@@ -94,7 +94,10 @@ func New(stdout, stderr io.Writer, environment []string) (*CLI, error) {
Use it on Vespa instances running locally, remotely or in the cloud.
Prefer web service API's to this in production.
-Vespa documentation: https://docs.vespa.ai`,
+Vespa documentation: https://docs.vespa.ai
+
+For detailed description of flags and configuration, see 'vespa help config'.
+`,
DisableAutoGenTag: true,
SilenceErrors: true, // We have our own error printing
SilenceUsage: false,