Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
shorten arg
  • Loading branch information
calvinhzy committed Jul 27, 2022
commit 040fa9d9b76a13cbd111f820cd886ddeadeb2303
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
help="Base size of the Elastic San appliance in TiB.",
)
_args_schema.extended_capacity_size_tib = AAZIntArg(
options=["--extended-capacity-size-tib"],
options=["--extended-size-tib", "--extended-capacity-size-tib"],
arg_group="Properties",
help="Extended size of the Elastic San appliance in TiB.",
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
help="Base size of the Elastic San appliance in TiB.",
)
_args_schema.extended_capacity_size_tib = AAZIntArg(
options=["--extended-capacity-size-tib"],
options=["--extended-size-tib", "--extended-capacity-size-tib"],
arg_group="Properties",
help="Extended size of the Elastic San appliance in TiB.",
)
Expand Down