Fix typo in subnet delete description

Change-Id: I5652672ba5c6efc8a6542fbfdfac5e3186dc3bd8
This commit is contained in:
Eduardo Santos 2022-01-26 22:13:07 -03:00
parent f9aee522ef
commit 9c98ef70f2

View File

@ -87,8 +87,8 @@ class CreateShareNetworkSubnet(command.ShowOne):
class DeleteShareNetworkSubnet(command.Command):
"""Create a share network subnet."""
_description = _("Create a share network subnet")
"""Delete a share network subnet."""
_description = _("Delete a share network subnet")
def get_parser(self, prog_name):
parser = super(DeleteShareNetworkSubnet, self).get_parser(prog_name)