2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-09-02 16:28:27 +00:00

Update nodesupport

Updated line 119 with to show  "<filename or directory>"
This commit is contained in:
vmaneagit
2021-03-19 11:49:46 +02:00
committed by GitHub
parent 03f88c6e3e
commit c6fd760006

View File

@@ -116,7 +116,7 @@ class OptParser(optparse.OptionParser):
def main():
argparser = OptParser(
usage="Usage: %prog <noderange> servicedata "
"<filename>",
"<directory or filename>",
epilog='\nservicedata will save service data to the given '
'directory. It is saved to the location on the relevant '
'management server (the confluent server if running remote, '