Merge "Trivial-fix: make the capabilities help message more specific in OSC"

This commit is contained in:
Jenkins 2017-02-18 13:33:22 +00:00 committed by Gerrit Code Review
commit d7a96eafc8
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ from aodhclient import utils
class CliCapabilitiesList(show.ShowOne):
"""List capabilities"""
"""List capabilities of alarming service"""
def take_action(self, parsed_args):
caps = utils.get_client(self).capabilities.list()