Skip to content

Commit fc0397b

Browse files
authored
remove references of "coder cloud" (#12)
1 parent cf873db commit fc0397b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/cmd/bind.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)