Skip to content

Commit

Permalink
Merge pull request #4 from trianglesis/development_test
Browse files Browse the repository at this point in the history
Check_PY
  • Loading branch information
trianglesis authored Oct 2, 2017
2 parents bbd32b6 + 998781a commit df16e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmc_tplpre/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def parse_args_f():
common.add_argument("-host_list", type=str, action='store', dest="scan_host_list", default="", help=host_list_h)
common.add_argument("-disco_mode", type=str, action='store', dest="disco_mode", default="", help=disco_mode_h)
common.add_argument("-l", type=str, action='store', dest="log_lvl", default="1", help=l_h)
common.add_argument('--version', action='version', version='%(prog)s 1.1.2')
common.add_argument('--version', action='version', version='%(prog)s 1.1.3')

return parser

Expand Down

0 comments on commit df16e93

Please sign in to comment.