Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cav71 committed Jul 26, 2024
1 parent c271f04 commit cd24d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/luxos/scripts/luxos_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def add_arguments(parser: cli.LuxosParserBase) -> None:
default="main",
)
parser.add_argument(
"-t", "--tear-donw", dest="teardown", help="script tear down function"
"-t", "--tear-down", dest="teardown", help="script tear down function"
)
parser.add_argument("-n", "--batch", type=int, help="limit parallel executions")
parser.add_argument(
Expand Down

0 comments on commit cd24d71

Please sign in to comment.