Skip to content

Commit

Permalink
Merge pull request #101
Browse files Browse the repository at this point in the history
Update paths description for show command
  • Loading branch information
jcronenberg authored Oct 28, 2024
2 parents 8a1f7a9 + ab32594 commit 055a51b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rust/migrate-wicked/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ pub enum Commands {
#[arg(value_enum, short, long, default_value_t = Format::Json)]
format: Format,

/// Wicked XML Files or directories where the wicked xml configs are located
/// Wicked XML files or directories where the wicked xml configs are located.
/// Can also be "-" to read from stdin
paths: Vec<String>,
},
/// Migrate wicked state at path
Migrate {
/// Wicked XML Files or directories where the wicked xml configs are located.
/// Wicked XML files or directories where the wicked xml configs are located.
/// Can also be "-" to read from stdin
paths: Vec<String>,

Expand Down

0 comments on commit 055a51b

Please sign in to comment.