diff options
Diffstat (limited to 'openstackclient/volume/v2/snapshot.py')
| -rw-r--r-- | openstackclient/volume/v2/snapshot.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openstackclient/volume/v2/snapshot.py b/openstackclient/volume/v2/snapshot.py index a18887e3..82b31033 100644 --- a/openstackclient/volume/v2/snapshot.py +++ b/openstackclient/volume/v2/snapshot.py @@ -146,14 +146,14 @@ class ListSnapshot(command.Lister): ) parser.add_argument( '--marker', - metavar='<marker>', + metavar='<snapshot>', help=_('The last snapshot ID of the previous page'), ) parser.add_argument( '--limit', type=int, action=parseractions.NonNegativeAction, - metavar='<limit>', + metavar='<num-snapshots>', help=_('Maximum number of snapshots to display'), ) return parser |
