Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Fish committed Oct 2, 2024
1 parent 31bf03e commit 35420f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sim_recon/cli/parsing/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def add_override_args_from_formatters(
) -> None:
arg_group = parser.add_argument_group(
"Overrides",
"Arguments that override configured values. Defaults stated are only used if no value is given or configured. text",
"Arguments that override configured values. Defaults stated are only used if no value is given or configured. text 2",
)
for arg_name, formatter in formatters.items():
if formatter.nargs == 0:
Expand Down

0 comments on commit 35420f5

Please sign in to comment.