diff options
| author | Rui Chen <chenrui.momo@gmail.com> | 2016-02-25 15:28:53 +0800 |
|---|---|---|
| committer | Rui Chen <chenrui.momo@gmail.com> | 2016-02-26 15:20:44 +0800 |
| commit | b733ecf3ddc06ee1d75f570dddc4d81f71a8d1bf (patch) | |
| tree | a7e8437a04c194eeae65b0ccad869866f8bf9731 /doc/source/command-objects/configuration.rst | |
| parent | 277c16c8b74efc258c02b73ffff1c6d4fb616d0f (diff) | |
| download | python-openstackclient-b733ecf3ddc06ee1d75f570dddc4d81f71a8d1bf.tar.gz | |
Add missing command/configuration object
Add missing 'command' and 'configuration' object into
command object list, add command, module, host commands
describe in command-objects, and add 'mask' and 'unmask'
options in configuration command details, fix some format
issues by the way.
Change-Id: Iea80c7b1e413e02e49b9090b9d3cb9c59aab4c38
Diffstat (limited to 'doc/source/command-objects/configuration.rst')
| -rw-r--r-- | doc/source/command-objects/configuration.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/command-objects/configuration.rst b/doc/source/command-objects/configuration.rst index 0ee8bd63..7bf054c0 100644 --- a/doc/source/command-objects/configuration.rst +++ b/doc/source/command-objects/configuration.rst @@ -16,3 +16,12 @@ show different configurations. .. code:: bash os configuration show + [--mask | --unmask] + +.. option:: --mask + + Attempt to mask passwords (default) + +.. option:: --unmask + + Show password in clear text |
