From ab32594a937f693b50b27ac9ef9ac862e381ed0a Mon Sep 17 00:00:00 2001 From: Jorik Cronenberg Date: Mon, 28 Oct 2024 15:15:18 +0100 Subject: [PATCH] Update paths description for show command --- rust/migrate-wicked/src/main.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rust/migrate-wicked/src/main.rs b/rust/migrate-wicked/src/main.rs index 47ecd6dc0f..069d29f864 100644 --- a/rust/migrate-wicked/src/main.rs +++ b/rust/migrate-wicked/src/main.rs @@ -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, }, /// 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,