From f531c1b85660d7089330aeeff361c2f011400c93 Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Wed, 14 Jul 2021 13:43:57 +0300 Subject: [PATCH] Update nodelicense Usage clarification - file as license file, name as license feature name. --- confluent_client/bin/nodelicense | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/nodelicense b/confluent_client/bin/nodelicense index 71a1c9e8..6478d011 100755 --- a/confluent_client/bin/nodelicense +++ b/confluent_client/bin/nodelicense @@ -36,7 +36,7 @@ exitcode = 0 argparser = optparse.OptionParser( usage="Usage: " - "%prog [list][install |save |delete ]") + "%prog [list][install |save |delete ]") argparser.add_option('-m', '--maxnodes', type='int', help='Specify a maximum number of ' 'nodes to delete licenses from, '