Skip to content

Commit

Permalink
♻️ Change short-codes for data-provider-ip-address and database
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Aug 7, 2023
1 parent c5c8b96 commit 569cad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_safe_haven/commands/deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def sre(
Optional[list[str]], # noqa: UP007
typer.Option(
"--data-provider-ip-address",
"-i",
"-d",
help="An IP address or range used by your data providers. [*may be specified several times*]",
callback=lambda vms: [validate_ip_address(vm) for vm in vms],
),
Expand All @@ -113,7 +113,7 @@ def sre(
Optional[list[DatabaseSystem]], # noqa: UP007
typer.Option(
"--database",
"-d",
"-b",
help="Make a database of this system available to users of this SRE.",
),
] = None,
Expand Down

0 comments on commit 569cad4

Please sign in to comment.