Skip to content

Commit

Permalink
remove period
Browse files Browse the repository at this point in the history
  • Loading branch information
am-lim committed Sep 14, 2023
1 parent 1a1920f commit 7f833ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def _build_arguments_schema(cls, *args, **kwargs):
_args_schema.devbox_definition_name = AAZStrArg(
options=["-d", "--devbox-definition-name"],
arg_group="Properties",
help="Name of a dev box definition in parent project of this pool..",
help="Name of a dev box definition in parent project of this pool.",
)
_args_schema.local_administrator = AAZStrArg(
options=["--local-administrator"],
Expand Down

0 comments on commit 7f833ef

Please sign in to comment.