From 8ed2d5a551c923c3fdd17815cdc7736552edd8c3 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 24 Jun 2019 14:17:32 -0400 Subject: [PATCH] Fix confulent2xcat usage text It was incorrectly referencing ansible. --- confluent_client/bin/confluent2xcat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/confluent2xcat b/confluent_client/bin/confluent2xcat index b20607d9..e851188b 100644 --- a/confluent_client/bin/confluent2xcat +++ b/confluent_client/bin/confluent2xcat @@ -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')