From 273c32d4a7f973aa6479678ef9738e470d01621d Mon Sep 17 00:00:00 2001 From: vmaneagit <79709341+vmaneagit@users.noreply.github.com> Date: Mon, 22 Mar 2021 12:38:55 +0200 Subject: [PATCH] Update nodelicense.ronn Changes made for Option chapter: - updated -m command - added -h command Update typo in Description chapter: "Using delete will remove the specified license name from th eBMC." --- confluent_client/doc/man/nodelicense.ronn | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/confluent_client/doc/man/nodelicense.ronn b/confluent_client/doc/man/nodelicense.ronn index a5e09c5e..b7a2980e 100644 --- a/confluent_client/doc/man/nodelicense.ronn +++ b/confluent_client/doc/man/nodelicense.ronn @@ -9,7 +9,7 @@ nodelicense(8) -- Manage license keys on BMC `nodelicense` manages license keys on supported BMCs. Without an argument, the command lists currently installed license. Using `delete` will remove the specified license name -from th eBMC. The `save` subcommand will take the passed directory (which may be in the form +from the BMC. The `save` subcommand will take the passed directory (which may be in the form of /path/to/{node}/ to have the node name substituted for each node) and back up installed licenses to that directory. The `install` command will take the specified filename and install. The filename argument may be of the form xcc_fod_0034_7X21{id.serial}.key to have the serial number substituted @@ -17,5 +17,8 @@ to allow unique licenses to be specified in a single command. ## OPTIONS -* `-m`, `--maxnodes`: +* `-m MAXNODES`, `--maxnodes=MAXNODES`: Specify a maximum number of nodes to delete licenses from, prompting if over the threshold + +* `-h`, `--help`: + Show help message and exit