Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 7, 2023
1 parent 0de79b4 commit 499e3cd
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="Show/User Infra name-")
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 499e3cd

Please sign in to comment.