2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 19:10:10 +00:00

Update nodesupport usage

servicedata is, as yet, mandatory
This commit is contained in:
Jarrod Johnson 2019-02-26 15:27:07 -05:00
parent ebfbbcca23
commit 7e25dd805f

View File

@ -114,7 +114,7 @@ class OptParser(optparse.OptionParser):
def main():
argparser = OptParser(
usage="Usage: %prog <noderange> [servicedata] "
usage="Usage: %prog <noderange> servicedata "
"<filename>",
epilog='\nservicedata will save service data to the given '
'directory\n'