We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d662e4 commit c1dfa88Copy full SHA for c1dfa88
cli/schedule.go
@@ -91,7 +91,7 @@ func (r *RootCmd) scheduleShow() *clibase.Cmd {
91
)
92
client := new(codersdk.Client)
93
showCmd := &clibase.Cmd{
94
- Use: "show <workspace 1> ... <workspace N>",
+ Use: "show [<workspace>] | [--search <query>] [--all]",
95
Short: "Show workspace schedules",
96
Long: scheduleShowDescriptionLong,
97
Middleware: clibase.Chain(
0 commit comments