cloud: Rename --coder-bind to --link

This commit is contained in:
Anmol Sethi
2020-10-09 12:57:20 -04:00
parent c6c293d53a
commit d67bd3f604
3 changed files with 7 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ function runAgent(...args: string[]): Promise<void> {
}
export function coderCloudBind(csAddr: string, serverName = ""): Promise<void> {
logger.info("Remember --coder-bind is a beta feature and requires being accepted for testing")
logger.info("Remember --link is a beta feature and requires being accepted for testing")
logger.info("See https://github.com/cdr/code-server/discussions/2137")
// addr needs to be in host:port format.
// So we trim the protocol.