Fix minor spelling errors and incorrect help text

Change-Id: Ia0dd66d015f3fcfb32e553f26765e5cf47b9210d
This commit is contained in:
Mahnoor Asghar 2023-06-01 08:13:42 -04:00
parent a01ba938c2
commit bea37aa66c
2 changed files with 4 additions and 4 deletions

View File

@ -880,9 +880,9 @@ class ManageBaremetalNode(ProvisionStateWithWait):
class PassthruCallBaremetalNode(command.Command):
"""Call a vendor passthu method for a node"""
"""Call a vendor passthru method for a node"""
log = logging.getLogger(__name__ + ".PassthuCallBaremetalNode")
log = logging.getLogger(__name__ + ".PassthruCallBaremetalNode")
def get_parser(self, prog_name):
parser = super(PassthruCallBaremetalNode, self).get_parser(
@ -2177,7 +2177,7 @@ class NodeHistoryList(command.Lister):
parser.add_argument(
'--long',
default=False,
help=_("Show detailed information about the BIOS settings."),
help=_("Show detailed information about the node history events."),
action='store_true')
return parser

View File

@ -1085,7 +1085,7 @@ class NodeManager(base.CreateManager):
"""Get a single event record for a node.
Provides the ability to request, and return
a node's single vent hisotyr entry.
a node's single event history entry.
:param node_ident: The name or UUID of the node.
:param event: The UUID of the event entry as listed