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:
parent
76e6f2dd17
commit
7c1bbe1618
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user