Merge "Modified the help info."

This commit is contained in:
Jenkins 2017-01-22 01:25:23 +00:00 committed by Gerrit Code Review
commit 2f7a9c4dac

View File

@ -495,7 +495,7 @@ class CliAlarmDelete(command.Command):
class CliAlarmStateGet(show.ShowOne):
"""Delete an alarm"""
"""Get state of an alarm"""
def get_parser(self, prog_name):
return _add_name_to_parser(
@ -524,7 +524,7 @@ class CliAlarmStateGet(show.ShowOne):
class CliAlarmStateSet(show.ShowOne):
"""Delete an alarm"""
"""Set state of an alarm"""
def get_parser(self, prog_name):
parser = _add_name_to_parser(