Merge "Modify several marker's help"
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user