Skip to content

Commit 110ea81

Browse files
author
Katie Horne
committed
chore: update CLI copy
1 parent f9290b0 commit 110ea81

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cli/server.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ func server() *cobra.Command {
181181
"Coder requires a URL accessible by workspaces you provision. "+
182182
"A free tunnel can be created for simple setup. This will "+
183183
"expose your Coder deployment to a publicly accessible URL. "+
184-
cliui.Styles.Field.Render("--access-url")+" can be specified instead.\n",
184+
"If you'd like to use your own domain, you can provide it "+
185+
"with the "+
186+
cliui.Styles.Field.Render("--access-url")+" flag.\n",
185187
))
186188

187189
// This skips the prompt if the flag is explicitly specified.
@@ -252,8 +254,8 @@ func server() *cobra.Command {
252254
}
253255
}
254256

255-
_, _ = fmt.Fprintf(cmd.ErrOrStderr(), "access-url: %s\n", accessURL)
256257
_, _ = fmt.Fprintf(cmd.ErrOrStderr(), "provisioner-daemons: %d\n", provisionerDaemonCount)
258+
_, _ = fmt.Fprintf(cmd.ErrOrStderr(), "Access your Coder UI in a browser at: %s\n", accessURL)
257259
_, _ = fmt.Fprintln(cmd.ErrOrStderr())
258260

259261
if !dev {

0 commit comments

Comments
 (0)