diff --git a/aodhclient/v2/alarm_history_cli.py b/aodhclient/v2/alarm_history_cli.py index 135a775..6b13802 100644 --- a/aodhclient/v2/alarm_history_cli.py +++ b/aodhclient/v2/alarm_history_cli.py @@ -46,7 +46,8 @@ class CliAlarmHistoryShow(lister.Lister): def get_parser(self, prog_name): parser = super(CliAlarmHistoryShow, self).get_parser(prog_name) - parser.add_argument("alarm_id", help="ID of an alarm") + parser.add_argument("alarm_id", metavar="", + help="ID of an alarm") parser.add_argument("--limit", type=int, metavar="", help="Number of resources to return " "(Default is server default)")