Skip to content

Commit 21d87a9

Browse files
author
Katie Horne
committed
chore: expand defintion of provisioner-daemons
1 parent e4a6c04 commit 21d87a9

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(), "provisioner-daemons: %d\n", provisionerDaemonCount)
282+
_, _ = fmt.Fprintf(cmd.ErrOrStderr(), "The number of provisioner daemons to create 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)