aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/internal/cli/cmd/curl.go
diff options
context:
space:
mode:
authorKristian Aune <kraune@verizonmedia.com>2023-09-14 14:19:00 +0200
committerKristian Aune <kraune@verizonmedia.com>2023-09-14 14:19:00 +0200
commit781309b34d9c919b12c75eff01ebd9366877ba78 (patch)
treef4253d6957155b316532631ec8bec0a9867a3599 /client/go/internal/cli/cmd/curl.go
parenta0f05dfef982faffb3ce50166b5365e88f224d84 (diff)
Semicolon not required in YQL anymore
Diffstat (limited to 'client/go/internal/cli/cmd/curl.go')
-rw-r--r--client/go/internal/cli/cmd/curl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/internal/cli/cmd/curl.go b/client/go/internal/cli/cmd/curl.go
index 10a860cea0e..2c754022901 100644
--- a/client/go/internal/cli/cmd/curl.go
+++ b/client/go/internal/cli/cmd/curl.go
@@ -30,7 +30,7 @@ For a more high-level interface to query and feeding, see the 'query' and 'docum
`,
Example: `$ vespa curl /ApplicationStatus
$ vespa curl -- -X POST -H "Content-Type:application/json" --data-binary @src/test/resources/A-Head-Full-of-Dreams.json /document/v1/namespace/music/docid/1
-$ vespa curl -- -v --data-urlencode "yql=select * from music where album contains 'head';" /search/\?hits=5`,
+$ vespa curl -- -v --data-urlencode "yql=select * from music where album contains 'head'" /search/\?hits=5`,
DisableAutoGenTag: true,
SilenceUsage: true,
Args: cobra.MinimumNArgs(1),