Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tedil committed Sep 6, 2024
1 parent 690d27b commit ec7766c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubi_tk/sodar/lz_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def setup_argparse(cls, parser: argparse.ArgumentParser) -> None:
default=set(),
action="append",
choices=["ACTIVE", "FAILED", "VALIDATING"],
help="Filter landing zones by status",
help="Filter landing zone by status",
)

parser.add_argument("project_uuid", help="UUID of project to create the landing zone in.")
Expand Down

0 comments on commit ec7766c

Please sign in to comment.