summaryrefslogtreecommitdiff
path: root/troveclient/osc/v1/database_backups.py
diff options
context:
space:
mode:
Diffstat (limited to 'troveclient/osc/v1/database_backups.py')
-rw-r--r--troveclient/osc/v1/database_backups.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/troveclient/osc/v1/database_backups.py b/troveclient/osc/v1/database_backups.py
index 1088a6a..53e19fc 100644
--- a/troveclient/osc/v1/database_backups.py
+++ b/troveclient/osc/v1/database_backups.py
@@ -51,7 +51,7 @@ class ListDatabaseBackups(command.Lister):
type=str,
default=None,
help=_('Begin displaying the results for IDs greater than the'
- 'specified marker. When used with :option:`--limit,` set'
+ 'specified marker. When used with ``--limit``, set '
'this to the last ID displayed in the previous run.')
)
parser.add_argument(
@@ -123,7 +123,7 @@ class ListDatabaseInstanceBackups(command.Lister):
type=str,
default=None,
help=_('Begin displaying the results for IDs greater than the'
- 'specified marker. When used with :option:`--limit,` set'
+ 'specified marker. When used with ``--limit``, set '
'this to the last ID displayed in the previous run.')
)
return parser