Skip to content

Commit

Permalink
[cli] Fix: Use dashes in ui validate flag
Browse files Browse the repository at this point in the history
- Change validation flag to use dashes instead of underscores

This follows the conventions set by other CLI tools
  • Loading branch information
Sami Shahin committed Mar 13, 2019
1 parent 188b4e2 commit 4f76e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operatorcourier/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def verify(self):
parser.add_argument('source_dir', help='Path of your directory of yaml '
'files to bundle. Either set this or '
'use the files argument for bundle data.')
parser.add_argument('--ui_validate_io',
parser.add_argument('--ui-validate-io',
help='Validate bundle for operatorhub.io UI',
action='store_true')
parser.add_argument('--validation-output', dest='validation_output',
Expand Down

0 comments on commit 4f76e54

Please sign in to comment.