Skip to content

Commit e743b6c

Browse files
committed
tools/unitctl: remove (default) from option text
1 parent 1b48430 commit e743b6c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/unitctl/unitctl/src/unitctl.rs

+6-6
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub(crate) enum Commands {
5151
short = 't',
5252
long = "output-format",
5353
default_value = "json-pretty",
54-
help = "Output format: yaml, json, json-pretty (default)"
54+
help = "Output format: yaml, json, json-pretty"
5555
)]
5656
output_format: OutputFormat,
5757
},
@@ -68,7 +68,7 @@ pub(crate) enum Commands {
6868
short = 't',
6969
long = "output-format",
7070
default_value = "json-pretty",
71-
help = "Output format: yaml, json, json-pretty (default)"
71+
help = "Output format: yaml, json, json-pretty"
7272
)]
7373
output_format: OutputFormat,
7474
#[arg(
@@ -98,7 +98,7 @@ pub(crate) enum Commands {
9898
short = 't',
9999
long = "output-format",
100100
default_value = "json-pretty",
101-
help = "Output format: yaml, json, json-pretty (default)"
101+
help = "Output format: yaml, json, json-pretty"
102102
)]
103103
output_format: OutputFormat,
104104
},
@@ -110,7 +110,7 @@ pub(crate) enum Commands {
110110
short = 't',
111111
long = "output-format",
112112
default_value = "json-pretty",
113-
help = "Output format: yaml, json, json-pretty (default)"
113+
help = "Output format: yaml, json, json-pretty"
114114
)]
115115
output_format: OutputFormat,
116116
},
@@ -136,7 +136,7 @@ pub struct InstanceArgs {
136136
short = 't',
137137
long = "output-format",
138138
default_value = "text",
139-
help = "Output format: text, yaml, json, json-pretty (default)"
139+
help = "Output format: text, yaml, json, json-pretty"
140140
)]
141141
pub output_format: OutputFormat,
142142

@@ -171,7 +171,7 @@ pub struct ApplicationArgs {
171171
short = 't',
172172
long = "output-format",
173173
default_value = "text",
174-
help = "Output format: text, yaml, json, json-pretty (default)"
174+
help = "Output format: text, yaml, json, json-pretty"
175175
)]
176176
pub output_format: OutputFormat,
177177

0 commit comments

Comments
 (0)