From b76b415a6e46b3229ef5e180053533b6e1ce9968 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 26 Jun 2019 08:45:11 -0400 Subject: [PATCH] Update nodelicense man page --- confluent_client/doc/man/nodelicense.ronn | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/confluent_client/doc/man/nodelicense.ronn b/confluent_client/doc/man/nodelicense.ronn index aed851f5..e89fb23a 100644 --- a/confluent_client/doc/man/nodelicense.ronn +++ b/confluent_client/doc/man/nodelicense.ronn @@ -3,9 +3,15 @@ nodelicense(8) -- Manage license keys on BMC ## SYNOPSIS -`nodelicense [list|install ]` +`nodelicense [list|install |delete |save ]` ## DESCRIPTION -`nodelicense` shows and installs license keys on supported BMCs +`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 +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 +to allow unique licenses to be specified in a single command.