aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.