2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-11 10:18:00 +00:00

Fix confulent2xcat usage text

It was incorrectly referencing ansible.
This commit is contained in:
Jarrod Johnson 2019-06-24 14:17:32 -04:00
parent 3501b3c347
commit 8ed2d5a551

View File

@ -26,7 +26,7 @@ def lookupdata(data, key):
def main():
argparser = optparse.OptionParser(
usage='''\n %prog noderange -o ansible.hosts
usage='''\n %prog noderange -o xcatnodes.def
\n ''')
argparser.add_option('-o', '--output',
help='xCAT stanza file')