Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 991610f

Browse files
committed
update usage
1 parent 288b422 commit 991610f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/envs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func createEnvCommand() *cobra.Command {
136136
)
137137

138138
cmd := &cobra.Command{
139-
Use: "create",
139+
Use: "create [flags] [environment-name]",
140140
Short: "create a new environment.",
141141
Args: cobra.ExactArgs(1),
142142
Long: "Create a new environment under the active user.",

0 commit comments

Comments
 (0)