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:
@@ -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>>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user