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