Skip to content

Commit

Permalink
Update args.py
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg authored Mar 6, 2024
1 parent 25649e7 commit e9e888a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zarp/config/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,9 @@ def _set_run_arguments(
default=None,
type=str,
help=(
"Trigger a full ZARP-cli run, "
"whether to trigger a full ZARP-cli run, "
"a dry run (external tools are not run, for testing),"
"or prepare a ZARP run (metadata creation only)"
"or prepare a ZARP run (input data creation only)"
),
)
argument_group.add_argument(
Expand Down

0 comments on commit e9e888a

Please sign in to comment.