diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-01-26 20:57:02 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-01-26 20:57:02 +0000 |
| commit | 0004b828f787439863aa6298372804fd034833c6 (patch) | |
| tree | 719a581e938c6fe1b1c7e4d7d25ec290d99bb7ac /doc/source/command-objects | |
| parent | 16aeee430308fd1863d2f9892f09e0d928a0e6f1 (diff) | |
| parent | f58ae51ee25df09f92d5705881371b55175b6153 (diff) | |
| download | python-openstackclient-0004b828f787439863aa6298372804fd034833c6.tar.gz | |
Merge "Fix sphinx errors"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/volume-backup.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/command-objects/volume-backup.rst b/doc/source/command-objects/volume-backup.rst index 5e41e695..f2f814c5 100644 --- a/doc/source/command-objects/volume-backup.rst +++ b/doc/source/command-objects/volume-backup.rst @@ -101,26 +101,26 @@ List volume backups List additional fields in output -.. options:: --name <name> +.. option:: --name <name> Filters results by the backup name -.. options:: --status <status> +.. option:: --status <status> Filters results by the backup status ('creating', 'available', 'deleting', 'error', 'restoring' or 'error_restoring') -.. options:: --volume <volume> +.. option:: --volume <volume> Filters results by the volume which they backup (name or ID)" -.. options:: --marker <marker> +.. option:: --marker <marker> The last backup of the previous page (name or ID) *Volume version 2 only* -.. options:: --limit <limit> +.. option:: --limit <limit> Maximum number of backups to display |
