summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Tantsur <divius.inside@gmail.com>2019-02-22 17:26:00 +0100
committerDmitry Tantsur <divius.inside@gmail.com>2019-02-22 17:26:00 +0100
commitfdba8ed994bcbf1b3fc82803ccec49faf505b081 (patch)
treeceafad6feed6f3b64db2efe45dcdef482f3776a2
parent9cd584548a77492bfa0f41e7ea72546baed4a58d (diff)
downloadpython-ironicclient-fdba8ed994bcbf1b3fc82803ccec49faf505b081.tar.gz
[Trivial] Allocation API: fix incorrect parameter description
Change-Id: Ic3c46901e3d461b0469188ba9fe179e6030dfb37 Story: #2004341
-rw-r--r--ironicclient/osc/v1/baremetal_allocation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironicclient/osc/v1/baremetal_allocation.py b/ironicclient/osc/v1/baremetal_allocation.py
index 31de0cf..dba49e6 100644
--- a/ironicclient/osc/v1/baremetal_allocation.py
+++ b/ironicclient/osc/v1/baremetal_allocation.py
@@ -153,7 +153,7 @@ class ListBaremetalAllocation(command.Lister):
parser.add_argument(
'--marker',
metavar='<allocation>',
- help=_('Port group UUID (for example, of the last allocation in '
+ help=_('Allocation UUID (for example, of the last allocation in '
'the list from a previous request). Returns the list of '
'allocations after this UUID.'))
parser.add_argument(