summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2020-06-16 11:04:08 +0200
committerLuigi Toscano <ltoscano@redhat.com>2020-06-16 11:04:08 +0200
commit718474a092192ea0034a8107b6947a10636a4a0a (patch)
treeed77ed6932e4c668e3d0b82a094b44c1243dd33e
parent1021aee31f5c0df9e02f71f9827797dacd568e24 (diff)
downloadpython-cinderclient-718474a092192ea0034a8107b6947a10636a4a0a.tar.gz
Fix typo: dow -> down
Closes-Bug: #1883674 Change-Id: I4f4468b23d04ecf74fb6347bfb518377127b563d
-rw-r--r--cinderclient/v3/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/v3/shell.py b/cinderclient/v3/shell.py
index d2ff838..b3f69b0 100644
--- a/cinderclient/v3/shell.py
+++ b/cinderclient/v3/shell.py
@@ -1079,7 +1079,7 @@ def do_backup_update(cs, args):
help='Cluster binary. Default=None.')
@utils.arg('--is-up', metavar='<True|true|False|false>', default=None,
choices=('True', 'true', 'False', 'false'),
- help='Filter by up/dow status. Default=None.')
+ help='Filter by up/down status. Default=None.')
@utils.arg('--disabled', metavar='<True|true|False|false>', default=None,
choices=('True', 'true', 'False', 'false'),
help='Filter by disabled status. Default=None.')