Skip to content

Commit 3cb014c

Browse files
author
Katie Horne
committed
chore: update wording
1 parent 21d87a9 commit 3cb014c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ func server() *cobra.Command {
279279
}
280280
}
281281

282-
_, _ = fmt.Fprintf(cmd.ErrOrStderr(), "The number of provisioner daemons to create on start: %d\n", provisionerDaemonCount)
282+
_, _ = fmt.Fprintf(cmd.ErrOrStderr(), "Create the following number of provisioner daemons on start: %d\n", provisionerDaemonCount)
283283
_, _ = fmt.Fprintf(cmd.ErrOrStderr(), "Access your Coder UI in a browser at: %s\n", accessURL)
284284
_, _ = fmt.Fprintln(cmd.ErrOrStderr())
285285

0 commit comments

Comments
 (0)