summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2020-06-16 11:04:08 +0200
committerLuigi Toscano <ltoscano@redhat.com>2020-08-05 10:44:43 +0200
commit20607192afb4beca786599ea9d39780c9e1970e3 (patch)
treee49407b0838574aa422912851f4448586e207d74
parent8fa0882354c589b17d4502e04344ae00b75369d5 (diff)
downloadpython-cinderclient-20607192afb4beca786599ea9d39780c9e1970e3.tar.gz
Fix typo: dow -> down
Closes-Bug: #1883674 Change-Id: I4f4468b23d04ecf74fb6347bfb518377127b563d (cherry picked from commit 718474a092192ea0034a8107b6947a10636a4a0a) (cherry picked from commit f591104f5e707985f0297ee2edd7fdc1f72e341f)
-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 fcb9e4a..8e445ee 100644
--- a/cinderclient/v3/shell.py
+++ b/cinderclient/v3/shell.py
@@ -1078,7 +1078,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.')