From c3dab67843895e8509df2fbc3a0ee904f1e7abe3 Mon Sep 17 00:00:00 2001 From: jonnary Date: Mon, 10 Oct 2016 16:14:43 +0800 Subject: [PATCH] Modify several marker's help keep marker's help consistency Change-Id: Id5c1d862f5d898e2cff5b94569c7ce8845b4d6a7 --- senlinclient/v1/policy.py | 3 ++- senlinclient/v1/profile.py | 3 ++- senlinclient/v1/receiver.py | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/senlinclient/v1/policy.py b/senlinclient/v1/policy.py index 6fa62c2..107066d 100644 --- a/senlinclient/v1/policy.py +++ b/senlinclient/v1/policy.py @@ -40,7 +40,8 @@ class ListPolicy(command.Lister): parser.add_argument( '--marker', metavar='', - help=_('Only return policies that appear after the given ID') + help=_('Only return policies that appear after the given policy ' + 'ID') ) parser.add_argument( '--sort', diff --git a/senlinclient/v1/profile.py b/senlinclient/v1/profile.py index 4d8197e..03aa43e 100644 --- a/senlinclient/v1/profile.py +++ b/senlinclient/v1/profile.py @@ -89,7 +89,8 @@ class ListProfile(command.Lister): parser.add_argument( '--marker', metavar='', - help=_('Only return profiles that appear after the given ID') + help=_('Only return profiles that appear after the given profile ' + 'ID') ) parser.add_argument( '--sort', diff --git a/senlinclient/v1/receiver.py b/senlinclient/v1/receiver.py index 96e2d64..22674cf 100644 --- a/senlinclient/v1/receiver.py +++ b/senlinclient/v1/receiver.py @@ -49,7 +49,8 @@ class ListReceiver(command.Lister): parser.add_argument( '--marker', metavar='', - help=_('Only return receivers that appear after the given ID') + help=_('Only return receivers that appear after the given ' + 'receiver ID') ) parser.add_argument( '--sort',