1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

Fix one remaining instance of 114800 baud rate

Signed-off-by: John Eckersberg <jeckersb@redhat.com>
This commit is contained in:
John Eckersberg
2025-12-02 13:38:23 -05:00
parent d82f26a989
commit f8dab48077

View File

@@ -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<Vec<CmdlineOwned>>,
}