Merge "Added missing help text for 'purge' command"

This commit is contained in:
Jenkins
2016-04-28 20:26:03 +00:00
committed by Gerrit Code Review

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'