diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/unitctl/unitctl/src/unitctl.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/unitctl/unitctl/src/unitctl.rs b/tools/unitctl/unitctl/src/unitctl.rs index 50bd1eb6..0d815fc1 100644 --- a/tools/unitctl/unitctl/src/unitctl.rs +++ b/tools/unitctl/unitctl/src/unitctl.rs @@ -135,7 +135,7 @@ pub struct InstanceArgs { global = true, short = 't', long = "output-format", - default_value = "text", + default_value = "json-pretty", help = "Output format: text, yaml, json, json-pretty" )] pub output_format: OutputFormat, @@ -170,7 +170,7 @@ pub struct ApplicationArgs { global = true, short = 't', long = "output-format", - default_value = "text", + default_value = "json-pretty", help = "Output format: text, yaml, json, json-pretty" )] pub output_format: OutputFormat, |