Merge "Fix docstring for delete allocation method"

This commit is contained in:
Zuul 2018-07-10 14:40:51 +00:00 committed by Gerrit Code Review
commit 9577cd8995
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class ShowAllocation(command.Lister, version.CheckerMixin):
class DeleteAllocation(command.Command):
"""Delete a resource allocation for a given consumer."""
"""Delete all resource allocations for a given consumer."""
def get_parser(self, prog_name):
parser = super(DeleteAllocation, self).get_parser(prog_name)