diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-10-05 21:54:13 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-10-05 21:54:13 +0000 |
| commit | a02e7c8355fa118f24a6867fbf99b3948009c410 (patch) | |
| tree | bf6a43cc121e4e6f623c8d93960a84f1a7fb6362 /doc/source/command-objects | |
| parent | 1dc9854ac6873da52121cb40feb38c4fbde68bee (diff) | |
| parent | 4733fd0d3cd328a8abbd62cbfabd973b0986c58c (diff) | |
| download | python-openstackclient-a02e7c8355fa118f24a6867fbf99b3948009c410.tar.gz | |
Merge "Add support for showing account details"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/account.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/source/command-objects/account.rst b/doc/source/command-objects/account.rst index 6783fd6b..db4ad9b1 100644 --- a/doc/source/command-objects/account.rst +++ b/doc/source/command-objects/account.rst @@ -19,6 +19,16 @@ Set account properties Set a property on this account (repeat option to set multiple properties) +account show +------------ + +Display account details + +.. program:: account show +.. code:: bash + + os account show + account unset ------------- |
