This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,6 @@ golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8U
275
275
golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
276
276
golang.org/x/crypto v0.0.0-20200422194213-44a606286825 h1:dSChiwOTvzwbHFTMq2l6uRardHH7/E6SqEkqccinS/o =
277
277
golang.org/x/crypto v0.0.0-20200422194213-44a606286825 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
278
- golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 h1:pLI5jrR7OSLijeIDcmRxNmw2api+jEfxLoykJVice/E =
279
278
golang.org/x/exp v0.0.0-20190121172915-509febef88a4 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
280
279
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 /go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA =
281
280
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522 /go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8 =
Original file line number Diff line number Diff line change @@ -136,11 +136,11 @@ func createEnvCommand() *cobra.Command {
136
136
)
137
137
138
138
cmd := & cobra.Command {
139
- Use : "create [flags] [environment-name]" ,
140
- Short : "create a new environment." ,
141
- Args : cobra .ExactArgs (1 ),
139
+ Use : "create [flags] [environment-name]" ,
140
+ Short : "create a new environment." ,
141
+ Args : cobra .ExactArgs (1 ),
142
142
Hidden : true ,
143
- Long : "Create a new environment under the active user." ,
143
+ Long : "Create a new environment under the active user." ,
144
144
Example : `
145
145
# create a new environment using default resource amounts
146
146
coder envs create \
You can’t perform that action at this time.
0 commit comments