Skip to content

Commit

Permalink
Update src/cli/multi.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Lebon <[email protected]>
  • Loading branch information
pothos and jlebon authored Nov 15, 2023
1 parent f8ceb3e commit d511601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/multi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub struct CliMulti {
#[arg(long = "network-units", value_name = "path")]
network_units_dir: Option<String>,
/// The directory into which netplan configs are written
#[arg(long = "netplan-configs", value_name = "path")]
#[arg(long = "netplan-config", value_name = "path")]
netplan_config_dir: Option<String>,
/// Update SSH keys for the given user
#[arg(long = "ssh-keys", value_name = "username")]
Expand Down

0 comments on commit d511601

Please sign in to comment.