diff --git a/im_client.py b/im_client.py index a8476fa..04dfae0 100755 --- a/im_client.py +++ b/im_client.py @@ -1328,7 +1328,7 @@ def get_parser(): parser.add_option("-q", "--quiet", action="store_true", default=False, dest="quiet", help="Work in quiet mode") parser.add_option("-n", "--name", action="store_true", default=False, dest="name", - help="Use infrastructure name instead of ID.") + help="Use infrastructure name instead of ID") parser.add_operation_help('list', '') parser.add_operation_help('create', ' [async_flag]') parser.add_operation_help('destroy', '')