2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-12-25 12:41:39 +00:00

Update online usage message for nodeinventory

This commit is contained in:
Jarrod Johnson 2017-08-08 11:56:06 -04:00
parent 67f2282cc4
commit 76e6f2dd17

View File

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