From 43faf99d0347c13ddffecb4aaaf76d5771116d53 Mon Sep 17 00:00:00 2001 From: Gabor Javorszky Date: Thu, 1 Aug 2024 10:31:38 +0100 Subject: [PATCH] tools/unitctl: reword freeform message for output --- tools/unitctl/unitctl/src/unitctl.rs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/unitctl/unitctl/src/unitctl.rs b/tools/unitctl/unitctl/src/unitctl.rs index 0d815fc14..1421669f0 100644 --- a/tools/unitctl/unitctl/src/unitctl.rs +++ b/tools/unitctl/unitctl/src/unitctl.rs @@ -51,7 +51,7 @@ pub(crate) enum Commands { short = 't', long = "output-format", default_value = "json-pretty", - help = "Output format: yaml, json, json-pretty" + help = "Output format of the result" )] output_format: OutputFormat, }, @@ -68,7 +68,7 @@ pub(crate) enum Commands { short = 't', long = "output-format", default_value = "json-pretty", - help = "Output format: yaml, json, json-pretty" + help = "Output format of the result" )] output_format: OutputFormat, #[arg( @@ -98,7 +98,7 @@ pub(crate) enum Commands { short = 't', long = "output-format", default_value = "json-pretty", - help = "Output format: yaml, json, json-pretty" + help = "Output format of the result" )] output_format: OutputFormat, }, @@ -110,7 +110,7 @@ pub(crate) enum Commands { short = 't', long = "output-format", default_value = "json-pretty", - help = "Output format: yaml, json, json-pretty" + help = "Output format of the result" )] output_format: OutputFormat, }, @@ -136,7 +136,7 @@ pub struct InstanceArgs { short = 't', long = "output-format", default_value = "json-pretty", - help = "Output format: text, yaml, json, json-pretty" + help = "Output format of the result" )] pub output_format: OutputFormat, @@ -171,7 +171,7 @@ pub struct ApplicationArgs { short = 't', long = "output-format", default_value = "json-pretty", - help = "Output format: text, yaml, json, json-pretty" + help = "Output format of the result" )] pub output_format: OutputFormat,