action-list's given id not event id
action-list's given id need action id. Change-Id: Idd5d9761cd94f16da264cff801d0e4381be49abd
This commit is contained in:
parent
1c884651e9
commit
25de942b65
@ -56,7 +56,7 @@ class ListAction(command.Lister):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--marker',
|
'--marker',
|
||||||
metavar='<id>',
|
metavar='<id>',
|
||||||
help=_('Only return actions that appear after the given node ID')
|
help=_('Only return actions that appear after the given action ID')
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--full-id',
|
'--full-id',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user