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