Skip to content

Commit

Permalink
Better description for path argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jcronenberg committed Oct 4, 2023
1 parent e4ba1f0 commit bddd735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust/agama-migrate-wicked/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ pub enum Commands {
#[arg(value_enum, short, long, default_value_t = Format::Json)]
format: Format,

/// Where wicked xml configs are located
/// Path to file or directory where the wicked xml config is located
path: String,
},
/// Migrate wicked state at path
Migrate {
/// Where wicked xml configs are located
/// Path to file or directory where the wicked xml config is located
path: String,
},
}
Expand Down

0 comments on commit bddd735

Please sign in to comment.