From ae35a29169ab460cdd5d6b8c26d376c000a5c10e Mon Sep 17 00:00:00 2001 From: Honza Pokorny Date: Wed, 21 Jun 2017 12:53:38 -0300 Subject: Allow objects to be streamed to stdout Change-Id: Icd8de6b2122fe77926d93da9bda08f56c3672a7a --- openstackclient/object/v1/object.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'openstackclient/object/v1/object.py') 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="", - 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', -- cgit v1.2.1