diff --git a/confluent_client/bin/nodeconfig b/confluent_client/bin/nodeconfig index f7ed2378..14edac53 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