File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1202,7 +1202,7 @@ def parse_args(args):
1202
1202
"--pipe-plan" ,
1203
1203
action = "store_true" ,
1204
1204
default = False ,
1205
- help = ("Pipe plan output to the command set in config" " or passed in --pipe-plan-command argument (cat by default)." ),
1205
+ help = ("Pipe plan output to the command set in config or passed in --pipe-plan-command argument (cat by default)." ),
1206
1206
)
1207
1207
parser_apply .add_argument (
1208
1208
"--pipe-plan-command" ,
@@ -1261,7 +1261,7 @@ def parse_args(args):
1261
1261
"--pipe-plan" ,
1262
1262
action = "store_true" ,
1263
1263
default = False ,
1264
- help = ("Pipe plan output to the command set in config" " or passed in --pipe-plan-command argument (cat by default)." ),
1264
+ help = ("Pipe plan output to the command set in config or passed in --pipe-plan-command argument (cat by default)." ),
1265
1265
)
1266
1266
parser_plan .add_argument (
1267
1267
"--pipe-plan-command" ,
You can’t perform that action at this time.
0 commit comments