diff options
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/network/v2/router.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/network/v2/router.py b/openstackclient/network/v2/router.py index 958a95b3..aad35a9e 100644 --- a/openstackclient/network/v2/router.py +++ b/openstackclient/network/v2/router.py @@ -497,7 +497,7 @@ class SetRouter(command.Command): routes_ha.add_argument( '--no-ha', action='store_true', - help=_("Clear high availablability attribute of the router " + help=_("Clear high availability attribute of the router " "(disabled router only)") ) parser.add_argument( |
