diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-12-20 16:00:50 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-12-20 16:00:50 +0000 |
| commit | 898c6a316a0675ebe533196fb0d0c12a4f1720c2 (patch) | |
| tree | 4861ca167c602b95d7e66c219e55b6b05b486284 /doc/source/command-objects/access-token.rst | |
| parent | a988ca53055551b546756030489292fb709093c9 (diff) | |
| parent | 9663424c7444e0f5ae54dda499a96f179d8512fd (diff) | |
| download | python-openstackclient-898c6a316a0675ebe533196fb0d0c12a4f1720c2.tar.gz | |
Merge "change os in command example to openstack"
Diffstat (limited to 'doc/source/command-objects/access-token.rst')
| -rw-r--r-- | doc/source/command-objects/access-token.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/command-objects/access-token.rst b/doc/source/command-objects/access-token.rst index fd22e761..b1400412 100644 --- a/doc/source/command-objects/access-token.rst +++ b/doc/source/command-objects/access-token.rst @@ -14,7 +14,7 @@ Create an access token .. program:: access token create .. code:: bash - os access token create + openstack access token create --consumer-key <consumer-key> --consumer-secret <consumer-secret> --request-key <request-key> |
