diff options
| author | Honza Pokorny <honza@redhat.com> | 2017-06-21 12:53:38 -0300 |
|---|---|---|
| committer | Honza Pokorny <honza@redhat.com> | 2017-07-05 20:08:18 -0300 |
| commit | ae35a29169ab460cdd5d6b8c26d376c000a5c10e (patch) | |
| tree | dd11ee942ea877cfbeb329b21516e456f3476a83 /doc/source/cli/command-objects | |
| parent | c0719c36d1a3f268b6bfba4c83aac632f1b546fe (diff) | |
| download | python-openstackclient-ae35a29169ab460cdd5d6b8c26d376c000a5c10e.tar.gz | |
Allow objects to be streamed to stdout
Change-Id: Icd8de6b2122fe77926d93da9bda08f56c3672a7a
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> |
