Skip to content

Commit

Permalink
tools/unitctl: reword freeform message for output
Browse files Browse the repository at this point in the history
  • Loading branch information
javorszky committed Aug 1, 2024
1 parent 2a24374 commit 43faf99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/unitctl/unitctl/src/unitctl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand All @@ -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(
Expand Down Expand Up @@ -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,
},
Expand All @@ -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,
},
Expand All @@ -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,

Expand Down Expand Up @@ -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,

Expand Down

0 comments on commit 43faf99

Please sign in to comment.