Skip to content

Commit 77c9edf

Browse files
committed
fix template push wording
1 parent b65ab81 commit 77c9edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/templatepush.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func (r *RootCmd) templatePush() *clibase.Cmd {
3838
client := new(codersdk.Client)
3939
cmd := &clibase.Cmd{
4040
Use: "push [template]",
41-
Short: "Push a new template version from the current directory or as specified by flag",
41+
Short: "Create or update a template from the current directory or as specified by flag",
4242
Middleware: clibase.Chain(
4343
clibase.RequireRangeArgs(0, 1),
4444
r.InitClient(client),

0 commit comments

Comments
 (0)