From 60a1ba77b7fba3375ddf11e4c34e633435776420 Mon Sep 17 00:00:00 2001 From: Allen Lin37 Date: Fri, 17 Feb 2017 10:46:57 -0500 Subject: [PATCH] Setting nodeattrib default to show current --- 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 93b72fa7..8874a472 100644 --- a/confluent_client/bin/nodeattrib +++ b/confluent_client/bin/nodeattrib @@ -48,7 +48,7 @@ argparser.add_option('-b', '--blame', action='store_true', help='Show information about how attributes inherited') (options, args) = argparser.parse_args() -showtype = 'all' +showtype = 'current' requestargs=None try: noderange = args[0]