diff --git a/pkg/cmd/workspace/create.go b/pkg/cmd/workspace/create.go index 9cf3ebe1fe..8df4aeb8f7 100644 --- a/pkg/cmd/workspace/create.go +++ b/pkg/cmd/workspace/create.go @@ -32,7 +32,7 @@ import ( ) var CreateCmd = &cobra.Command{ - Use: "create [WORKSPACE_NAME]", + Use: "create [REPOSITORY_URL]", Short: "Create a workspace", Args: cobra.RangeArgs(0, 1), Run: func(cmd *cobra.Command, args []string) {