diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-06-04 13:05:30 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-06-04 13:05:30 +0000 |
| commit | 55a7ba890d9c3a53b7728efe41053b79ba1e60d3 (patch) | |
| tree | 2c093d1e78fee714a3cf3e57f9ccbf91ad3cec04 /openstackclient/shell.py | |
| parent | 416792f079e7d15d8747736ee792d1f5c30aa389 (diff) | |
| parent | 6f2c1734e3d66e261f231711455821321c1fc254 (diff) | |
| download | python-openstackclient-55a7ba890d9c3a53b7728efe41053b79ba1e60d3.tar.gz | |
Merge "Fix --enable options on commands"
Diffstat (limited to 'openstackclient/shell.py')
| -rw-r--r-- | openstackclient/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py index 9968d73f..9179ad01 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -251,7 +251,7 @@ class OpenStackShell(app.App): help="Print API call timing info", ) parser.add_argument( - '--enable-beta-commands', + '--os-beta-command', action='store_true', help="Enable beta commands which are subject to change", ) |
