We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c24fe commit 1c16814Copy full SHA for 1c16814
src/node/cli.ts
@@ -164,8 +164,8 @@ const options: Options<Required<Args>> = {
164
description: `
165
Securely bind code-server via Coder Cloud with the passed name. You'll get a URL like
166
https://myname.coder-cloud.com at which you can easily access your code-server instance.
167
- Authorization is done via GitHub. Only the first code-server spawned with the current
168
- configuration will be accessible.`,
+ Authorization is done via GitHub.
+ `,
169
},
170
}
171
0 commit comments