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 {
3434 return cli.CommandSpec {
3535 Name : "bind" ,
3636 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." ,
3838 }
3939}
4040
@@ -109,11 +109,11 @@ func (c *bindCmd) Run(fl *pflag.FlagSet) {
109109 proxy := func () {
110110 err = agent .Proxy (ctx )
111111 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 ())
113113 }
114114 }
115115
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 )
117117
118118 proxy ()
119119
You can’t perform that action at this time.
0 commit comments