Skip to content

Commit

Permalink
fix: daytona create help (#486)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Dagelic <[email protected]>
  • Loading branch information
idagelic authored May 7, 2024
1 parent 71b7656 commit a6f6ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/workspace/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit a6f6ab4

Please sign in to comment.