From ef7d2414ade31675bdfa43c329202cae84ca9c22 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 11 Feb 2026 11:35:09 -0500 Subject: [PATCH] Update nodeconfig usage material --- confluent_client/bin/nodeconfig | 2 +- confluent_client/doc/man/nodeconfig.ronn | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/confluent_client/bin/nodeconfig b/confluent_client/bin/nodeconfig index 1033e72e..80893801 100755 --- a/confluent_client/bin/nodeconfig +++ b/confluent_client/bin/nodeconfig @@ -73,7 +73,7 @@ argparser.add_option('-r', '--restoredefault', default=False, dest='restoredefault', metavar="COMPONENT", help='Restore the configuration of the node ' 'to factory default for given component. ' - 'Currently only uefi is supported') + 'Currently "uefi" and "bmc" are supported components') argparser.add_option('-m', '--maxnodes', type='int', help='Specify a maximum number of ' 'nodes to configure, ' diff --git a/confluent_client/doc/man/nodeconfig.ronn b/confluent_client/doc/man/nodeconfig.ronn index cc9fe49f..9000563b 100644 --- a/confluent_client/doc/man/nodeconfig.ronn +++ b/confluent_client/doc/man/nodeconfig.ronn @@ -49,8 +49,7 @@ actually be in effect until a reboot. * `-r COMPONENT`, `--restoredefault=COMPONENT`: Request that the specified component of the targeted nodes will have its - configuration reset to default. Currently the only component implemented - is uefi. + configuration reset to default. The component may be "uefi" or "bmc". * `-m MAXNODES`, `--maxnodes=MAXNODES`: Specify a maximum number of nodes to configure, prompting if over