Trival fix a typo

Fix a typo in help message.

Change-Id: I9b65916c968e09afc686b7910721e14c5aaf143a
This commit is contained in:
Kevin_Zheng
2016-03-14 16:24:02 +08:00
parent 19e44f5a78
commit 9970b2185a

View File

@@ -123,7 +123,7 @@ class CliAlarmCreate(show.ShowOne):
'alarm. May be used multiple times'))
parser.add_argument('--ok-action', dest='ok_actions',
metavar='<Webhook URL>', action='append',
help=('URL to invoke when state transitions to'
help=('URL to invoke when state transitions to '
'OK. May be used multiple times'))
parser.add_argument('--insufficient-data-action',
dest='insufficient_data_actions',