Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 7, 2023
1 parent 499e3cd commit 16b2ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion im_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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', '<radl_file> [async_flag]')
parser.add_operation_help('destroy', '<inf_id>')
Expand Down

0 comments on commit 16b2ecb

Please sign in to comment.