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:
Tin Lam
2016-04-15 19:03:38 -05:00
parent 7be2ca5b21
commit 0927632a66

View File

@@ -20,6 +20,7 @@ from neutronclient.neutron import v2_0 as neutronV20
class Purge(neutronV20.NeutronCommand):
"""Delete all resources that belong to a given tenant."""
def _pluralize(self, string):
return string + 's'