Commit 88418ab 1 parent d472eb7 commit 88418ab Copy full SHA for 88418ab
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -240,13 +240,6 @@ def build_option_parser(self):
240
240
dest = "verbose" ,
241
241
help = "more verbose output" ,
242
242
)
243
- parser .add_option (
244
- "-t" ,
245
- "--tidy_output" ,
246
- action = "store_true" ,
247
- dest = "tidy_output" ,
248
- help = "output prints tidy and grouped by party (note: it delays outputs)" ,
249
- )
250
243
if self .execute :
251
244
parser .add_option (
252
245
"-E" ,
@@ -260,6 +253,13 @@ def build_option_parser(self):
260
253
dest = "hostfile" ,
261
254
help = "hosts to execute with" ,
262
255
)
256
+ parser .add_option (
257
+ "-t" ,
258
+ "--tidy_output" ,
259
+ action = "store_true" ,
260
+ dest = "tidy_output" ,
261
+ help = "make output prints tidy and grouped by party (note: delays the prints)" ,
262
+ )
263
263
else :
264
264
parser .add_option (
265
265
"-E" ,
You can’t perform that action at this time.
0 commit comments