Skip to content

Commit a6b039f

Browse files
committed
Update wording
Signed-off-by: Aditya Ramani <a_ramani@apple.com>
1 parent d9fbc19 commit a6b039f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/CLI/System/SystemStart.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ extension Application {
3434
@Flag(name: .long, help: "Enable debug logging for the runtime daemon.")
3535
var debug = false
3636

37-
@Flag(name: .long, inversion: .prefixedEnableDisable, help: "Specify if the default kernel should be installed or not.")
37+
@Flag(
38+
name: .long, inversion: .prefixedEnableDisable,
39+
help: "Specify whether the default kernel should be installed or not. The default behavior is to prompt the user for a response.")
3840
var kernelInstall: Bool?
3941

4042
func run() async throws {

0 commit comments

Comments
 (0)