Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/cmdline/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,9 @@ pub struct CommonCustomizeConfig {
/// Install destination device
///
/// Automatically run installer, installing to the specified destination
/// device. The resulting boot media will overwrite the destination
/// device without confirmation.
#[arg(long, value_name = "path")]
/// device that the user must provide. The resulting boot media will
/// overwrite the destination device without confirmation.
#[arg(long, value_name = "path", required_unless_present = "installer_config")]
pub dest_device: Option<String>,
/// Kernel and bootloader console for dest
///
Expand Down