Fix typo in subnet delete description
Change-Id: I5652672ba5c6efc8a6542fbfdfac5e3186dc3bd8
This commit is contained in:
parent
f9aee522ef
commit
9c98ef70f2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user