We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d82f26a commit f8dab48Copy full SHA for f8dab48
1 file changed
crates/lib/src/install.rs
@@ -432,7 +432,7 @@ pub(crate) struct InstallResetOpts {
432
433
/// Add a kernel argument. This option can be provided multiple times.
434
///
435
- /// Example: --karg=nosmt --karg=console=ttyS0,114800n8
+ /// Example: --karg=nosmt --karg=console=ttyS0,115200n8
436
#[clap(long)]
437
karg: Option<Vec<CmdlineOwned>>,
438
}
0 commit comments