summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2021-09-10 14:57:40 +0200
committerMartin Polden <mpolden@mpolden.no>2021-09-10 14:57:40 +0200
commitedb94f27688e030d61ac3286797bbbb163624ae3 (patch)
tree3ae6519d33b2a269b34c6f756fe6c1252b50af88 /client
parentfd75a8278a39592fa948ce1c8f297845f15ac860 (diff)
Update usage
Diffstat (limited to 'client')
-rw-r--r--client/go/cmd/curl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/cmd/curl.go b/client/go/cmd/curl.go
index 5bfd48fc5c7..4d949b51e8f 100644
--- a/client/go/cmd/curl.go
+++ b/client/go/cmd/curl.go
@@ -22,7 +22,7 @@ func init() {
}
var curlCmd = &cobra.Command{
- Use: "curl <path>",
+ Use: "curl [curl-options] path",
Short: "Query Vespa using curl",
Long: `Query Vespa using curl.