summaryrefslogtreecommitdiffstats
path: root/client/go/cmd/root.go
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-09-01 13:59:00 +0200
committerJon Bratseth <bratseth@gmail.com>2021-09-01 13:59:00 +0200
commit9742166b5a7aa82f4866a91512612191a392fc7a (patch)
tree5959605f03b3f7ff39b9fda97af50491044d182d /client/go/cmd/root.go
parent597c10c93251eb88ecc6b850702dea9f63ababcf (diff)
Improve documentation
Diffstat (limited to 'client/go/cmd/root.go')
-rw-r--r--client/go/cmd/root.go5
1 files changed, 2 insertions, 3 deletions
diff --git a/client/go/cmd/root.go b/client/go/cmd/root.go
index e48bb74c97f..1723f2cfa80 100644
--- a/client/go/cmd/root.go
+++ b/client/go/cmd/root.go
@@ -15,12 +15,11 @@ import (
)
var (
- // global flags
// TODO: add timeout flag
// TODO: add flag to show http request made
rootCmd = &cobra.Command{
- Use: "vespa",
- Short: "A command-line tool for working with Vespa instances",
+ Use: "vespa <command>",
+ Short: "The command-line tool for Vespa",
}
color aurora.Aurora
targetArg string