action-list's given id not event id

action-list's given id need action id.

Change-Id: Idd5d9761cd94f16da264cff801d0e4381be49abd
This commit is contained in:
jonnary 2016-10-10 15:59:53 +08:00 committed by XueFeng Liu
parent 1c884651e9
commit 25de942b65

View File

@ -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',