From a05a95433de1f37549a757045e0ae0290ae5fe7e Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Wed, 16 Jun 2021 16:49:53 +0300 Subject: [PATCH] Update nodelicense Fixing syntax mismatch between usage output and man page SYNOPSIS Updated line 39 "%prog [list][install |save |delete ]") --- 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 51573538..71a1c9e8 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, '