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 /openstackclient/object/v1/object.py | |
| parent | eb19c167ead44a5df7a3ac072af8c4a0a895f36e (diff) | |
| parent | ae35a29169ab460cdd5d6b8c26d376c000a5c10e (diff) | |
| download | python-openstackclient-91cc7311877c74adf2618bcb87f86f484e8d7aae.tar.gz | |
Merge "Allow objects to be streamed to stdout"
Diffstat (limited to 'openstackclient/object/v1/object.py')
| -rw-r--r-- | openstackclient/object/v1/object.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openstackclient/object/v1/object.py b/openstackclient/object/v1/object.py index e79cea48..aeb02536 100644 --- a/openstackclient/object/v1/object.py +++ b/openstackclient/object/v1/object.py @@ -204,7 +204,8 @@ class SaveObject(command.Command): parser.add_argument( "--file", metavar="<filename>", - help=_("Destination filename (defaults to object name)"), + help=_("Destination filename (defaults to object name); using '-'" + " as the filename will print the file to stdout"), ) parser.add_argument( 'container', |
