Skip to content

Commit f8dab48

Browse files
committed
Fix one remaining instance of 114800 baud rate
Signed-off-by: John Eckersberg <[email protected]>
1 parent d82f26a commit f8dab48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/lib/src/install.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ pub(crate) struct InstallResetOpts {
432432

433433
/// Add a kernel argument. This option can be provided multiple times.
434434
///
435-
/// Example: --karg=nosmt --karg=console=ttyS0,114800n8
435+
/// Example: --karg=nosmt --karg=console=ttyS0,115200n8
436436
#[clap(long)]
437437
karg: Option<Vec<CmdlineOwned>>,
438438
}

0 commit comments

Comments
 (0)