mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
fix: unify coder create
and coder delete
help message (#15752)
Closes #15668
This commit is contained in:
@ -39,7 +39,7 @@ func (r *RootCmd) create() *serpent.Command {
|
||||
client := new(codersdk.Client)
|
||||
cmd := &serpent.Command{
|
||||
Annotations: workspaceCommand,
|
||||
Use: "create [name]",
|
||||
Use: "create [workspace]",
|
||||
Short: "Create a workspace",
|
||||
Long: FormatExamples(
|
||||
Example{
|
||||
|
Reference in New Issue
Block a user