Added missing help text for 'purge' command
Added help text for 'purge' when running 'neutron --help'. Change-Id: I0176eb9c1774b6553dbceadf93c68718a914c404 Closes-Bug: #1570976
This commit is contained in:
@@ -20,6 +20,7 @@ from neutronclient.neutron import v2_0 as neutronV20
|
|||||||
|
|
||||||
|
|
||||||
class Purge(neutronV20.NeutronCommand):
|
class Purge(neutronV20.NeutronCommand):
|
||||||
|
"""Delete all resources that belong to a given tenant."""
|
||||||
|
|
||||||
def _pluralize(self, string):
|
def _pluralize(self, string):
|
||||||
return string + 's'
|
return string + 's'
|
||||||
|
Reference in New Issue
Block a user