From 25de942b6544b793d65b2d2866cd0e765bcd2bc9 Mon Sep 17 00:00:00 2001 From: jonnary Date: Mon, 10 Oct 2016 15:59:53 +0800 Subject: [PATCH] action-list's given id not event id action-list's given id need action id. Change-Id: Idd5d9761cd94f16da264cff801d0e4381be49abd --- senlinclient/v1/action.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/senlinclient/v1/action.py b/senlinclient/v1/action.py index ee8b865b..a1b303d6 100644 --- a/senlinclient/v1/action.py +++ b/senlinclient/v1/action.py @@ -56,7 +56,7 @@ class ListAction(command.Lister): parser.add_argument( '--marker', metavar='', - 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( '--full-id',