fix: unify coder create and coder delete help message (#15752)

Closes #15668
This commit is contained in:
Phorcys
2024-12-05 02:32:52 +01:00
committed by GitHub
parent ce573b9faa
commit b5b0a0e746
6 changed files with 21 additions and 3 deletions

View File

@ -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{