Skip to content

Commit c1dfa88

Browse files
committed
fixup! feat(cli): allow showing schedules for multiple workspaces
1 parent 2d662e4 commit c1dfa88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/schedule.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func (r *RootCmd) scheduleShow() *clibase.Cmd {
9191
)
9292
client := new(codersdk.Client)
9393
showCmd := &clibase.Cmd{
94-
Use: "show <workspace 1> ... <workspace N>",
94+
Use: "show [<workspace>] | [--search <query>] [--all]",
9595
Short: "Show workspace schedules",
9696
Long: scheduleShowDescriptionLong,
9797
Middleware: clibase.Chain(

0 commit comments

Comments
 (0)