From c03781c022fce7aa6ebdba653b7c55cc5e3d05d4 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 9 Jul 2018 16:49:45 -0400 Subject: [PATCH] Add 'all' to usage message of nodeattrib --- confluent_client/bin/nodeattrib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/nodeattrib b/confluent_client/bin/nodeattrib index 0f5e9cd6..e47ec164 100755 --- a/confluent_client/bin/nodeattrib +++ b/confluent_client/bin/nodeattrib @@ -35,7 +35,7 @@ if path.startswith('/opt'): import confluent.client as client argparser = optparse.OptionParser( - usage='''\n %prog [-b] noderange [list of attributes] \ + usage='''\n %prog [-b] noderange [list of attributes or 'all'] \ \n %prog -c noderange \ \n %prog -e noderange \ \n %prog noderange attribute1=value1 attribute2=value,...