Merge "Modify several marker's help"

This commit is contained in:
Jenkins
2016-10-16 08:26:09 +00:00
committed by Gerrit Code Review
3 changed files with 6 additions and 3 deletions

View File

@@ -40,7 +40,8 @@ class ListPolicy(command.Lister):
parser.add_argument(
'--marker',
metavar='<id>',
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',

View File

@@ -89,7 +89,8 @@ class ListProfile(command.Lister):
parser.add_argument(
'--marker',
metavar='<id>',
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',

View File

@@ -49,7 +49,8 @@ class ListReceiver(command.Lister):
parser.add_argument(
'--marker',
metavar='<id>',
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',