From 275525d3f3539dc738948eaba0a6478f6c219b9d Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 25 Feb 2019 15:27:55 -0500 Subject: [PATCH] Add pointer to omitted option 'all' Nodegroupattrib can take all as an argument, show it in usage. --- confluent_client/bin/nodegroupattrib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/confluent_client/bin/nodegroupattrib b/confluent_client/bin/nodegroupattrib index bba961ed..3daf0fe6 100755 --- a/confluent_client/bin/nodegroupattrib +++ b/confluent_client/bin/nodegroupattrib @@ -36,9 +36,9 @@ import confluent.client as client argparser = optparse.OptionParser( usage='''\n %prog [options] \ - \n %prog [options] nodegroup [list of attributes] \ + \n %prog [options] nodegroup [list of attributes|all] \ \n %prog [options] nodegroup nodes=value1,value2 \ - \n %prog -e nodegroup \ + \n %prog -e nodegroup \ \n %prog [options] nodegroup nodes=value1,value2 \n ''') argparser.add_option('-b', '--blame', action='store_true',