File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ func (c *bindCmd) Spec() cli.CommandSpec {
34
34
return cli.CommandSpec {
35
35
Name : "bind" ,
36
36
Usage : "[NAME]" ,
37
- Desc : "Bind a server to Coder Cloud . A name will be generated from the hostname if one is not provided." ,
37
+ Desc : "Bind a server to --link . A name will be generated from the hostname if one is not provided." ,
38
38
}
39
39
}
40
40
@@ -109,11 +109,11 @@ func (c *bindCmd) Run(fl *pflag.FlagSet) {
109
109
proxy := func () {
110
110
err = agent .Proxy (ctx )
111
111
if err != nil {
112
- flog .Error ("Connection to Coder-Cloud disrupted, re-establishing connection: %v" , err .Error ())
112
+ flog .Error ("Connection disrupted, re-establishing connection: %v" , err .Error ())
113
113
}
114
114
}
115
115
116
- flog .Info ("Proxying code-server to Coder Cloud , you can access your IDE at %v" , url )
116
+ flog .Info ("Proxying code-server, you can access your IDE at %v" , url )
117
117
118
118
proxy ()
119
119
You can’t perform that action at this time.
0 commit comments