diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-07-06 15:24:31 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-07-06 15:24:31 +0000 |
| commit | 91cc7311877c74adf2618bcb87f86f484e8d7aae (patch) | |
| tree | f7e28d40224762d4f531eaa13a7882e20d7cf44b /doc/source/cli/command-objects | |
| parent | eb19c167ead44a5df7a3ac072af8c4a0a895f36e (diff) | |
| parent | ae35a29169ab460cdd5d6b8c26d376c000a5c10e (diff) | |
| download | python-openstackclient-91cc7311877c74adf2618bcb87f86f484e8d7aae.tar.gz | |
Merge "Allow objects to be streamed to stdout"
Diffstat (limited to 'doc/source/cli/command-objects')
| -rw-r--r-- | doc/source/cli/command-objects/object.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/cli/command-objects/object.rst b/doc/source/cli/command-objects/object.rst index 6323c4ed..4cba38ee 100644 --- a/doc/source/cli/command-objects/object.rst +++ b/doc/source/cli/command-objects/object.rst @@ -114,7 +114,8 @@ Save object locally .. option:: --file <filename> - Destination filename (defaults to object name) + Destination filename (defaults to object name); + using - as the filename will print the file to stdout .. describe:: <container> |
