File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,6 @@ import (
17
17
)
18
18
19
19
const (
20
- scheduleDescriptionLong = `Modify scheduled stop and start times for your workspace:
21
- * schedule show: show workspace schedule
22
- * schedule start: edit workspace start schedule
23
- * schedule stop: edit workspace stop schedule
24
- * schedule override-stop: edit stop time of active workspace
25
- `
26
20
scheduleShowDescriptionLong = `Shows the following information for the given workspace:
27
21
* The automatic start schedule
28
22
* The next scheduled start time
@@ -64,7 +58,6 @@ func schedules() *cobra.Command {
64
58
Annotations : workspaceCommand ,
65
59
Use : "schedule { show | start | stop | override } <workspace>" ,
66
60
Short : "Modify scheduled stop and start times for your workspace" ,
67
- Long : scheduleDescriptionLong ,
68
61
}
69
62
70
63
scheduleCmd .AddCommand (
You can’t perform that action at this time.
0 commit comments