aboutsummaryrefslogtreecommitdiffstats
path: root/client/go/cmd
diff options
context:
space:
mode:
authorEirik Nygaard <eirik.nygaard@yahooinc.com>2022-06-16 09:54:27 +0200
committerEirik Nygaard <eirik.nygaard@yahooinc.com>2022-06-16 09:54:27 +0200
commit6414cf2886363edfe28fe0f86a9e8144fc535f85 (patch)
treef86cd610f07a4b12bbaaf84a7680944908ef47cf /client/go/cmd
parent28b57f1d58d2af4580cd41a9d2e08b5af63590b8 (diff)
Fix example text for clone command
Diffstat (limited to 'client/go/cmd')
-rw-r--r--client/go/cmd/clone.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/cmd/clone.go b/client/go/cmd/clone.go
index 03a55d839d6..7de91cbe104 100644
--- a/client/go/cmd/clone.go
+++ b/client/go/cmd/clone.go
@@ -39,7 +39,7 @@ https://github.com/vespa-engine/sample-apps.
By default sample applications are cached in the user's cache directory. This
directory can be overriden by setting the VESPA_CLI_CACHE_DIR environment
variable.`,
- Example: "$ vespa clone vespa-cloud/album-recommendation my-app",
+ Example: "$ vespa clone album-recommendation my-app",
DisableAutoGenTag: true,
SilenceUsage: true,
RunE: func(cmd *cobra.Command, args []string) error {