From 15052153811442d2474410c4794b5c7e528a5e0d Mon Sep 17 00:00:00 2001 From: John Eckersberg Date: Tue, 2 Dec 2025 13:38:23 -0500 Subject: [PATCH] Fix one remaining instance of 114800 baud rate Signed-off-by: John Eckersberg --- crates/lib/src/install.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lib/src/install.rs b/crates/lib/src/install.rs index a1e5b2b71..4987e2133 100644 --- a/crates/lib/src/install.rs +++ b/crates/lib/src/install.rs @@ -432,7 +432,7 @@ pub(crate) struct InstallResetOpts { /// Add a kernel argument. This option can be provided multiple times. /// - /// Example: --karg=nosmt --karg=console=ttyS0,114800n8 + /// Example: --karg=nosmt --karg=console=ttyS0,115200n8 #[clap(long)] karg: Option>, }