diff options
| author | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-27 19:53:52 +0800 |
|---|---|---|
| committer | Huanxuan Ao <huanxuan.ao@easystack.cn> | 2016-06-27 20:00:50 +0800 |
| commit | 1d85a3f089121d035f1bcf5bcffb1b9c506c2e36 (patch) | |
| tree | baa3366bc44a579b459b3a6ed32b994d3b9225e3 /doc/source | |
| parent | 21ac9230e80202b9a736960ace369f0a20af837f (diff) | |
| download | python-openstackclient-1d85a3f089121d035f1bcf5bcffb1b9c506c2e36.tar.gz | |
Change "ID only" to "name or ID" for backup commands
Tested "find_resulce()" can find a backup by name or ID.
But some help messages and doc were "ID only", this patch
modify them.
Change-Id: I22dcc3a0b40f2bafabb6d26498158e2468037312
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/command-objects/backup.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/command-objects/backup.rst b/doc/source/command-objects/backup.rst index 9d7fb95d..aed3c240 100644 --- a/doc/source/command-objects/backup.rst +++ b/doc/source/command-objects/backup.rst @@ -49,7 +49,7 @@ Delete backup(s) .. _backup_delete-backup: .. describe:: <backup> - Backup(s) to delete (ID only) + Backup(s) to delete (name or ID) backup list ----------- @@ -81,7 +81,7 @@ Restore backup .. _backup_restore-backup: .. describe:: <backup> - Backup to restore (ID only) + Backup to restore (name or ID) .. describe:: <volume> @@ -101,4 +101,4 @@ Display backup details .. _backup_show-backup: .. describe:: <backup> - Backup to display (ID only) + Backup to display (name or ID) |
