diff --git a/confluent_client/bin/nodelicense b/confluent_client/bin/nodelicense index 4ef0e6b9..ecc5d6fb 100755 --- a/confluent_client/bin/nodelicense +++ b/confluent_client/bin/nodelicense @@ -50,7 +50,7 @@ try: downdir = args[2] elif args[1] == 'delete': delete = args[2] - else: + elif args[1] != 'list': argparser.print_help() sys.exit(1) except IndexError: