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

This change make the capabilities message more specific in OpenStackclient
CLI.

Change-Id: I2cad2629dc14e5842e7f2edc1ea08a36e8d0c35d
This commit is contained in:
liusheng 2017-02-14 09:41:47 +08:00
parent e4e2982eb3
commit 929103779a
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()