2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-22 09:32:21 +00:00

Fix error in the usage text of nodeinventory

This commit is contained in:
Jarrod Johnson 2017-08-08 15:45:53 -04:00
parent 76e6f2dd17
commit 7c1bbe1618

View File

@ -81,7 +81,8 @@ def printerror(res, node=None):
url = '/noderange/{0}/inventory/hardware/all/all'
argparser = optparse.OptionParser(usage="Usage: %prog <noderange> [serial|model|uuid|mac")
argparser = optparse.OptionParser(
usage="Usage: %prog <noderange> [serial|model|uuid|mac]")
(options, args) = argparser.parse_args()
try:
noderange = sys.argv[1]