diff options
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', |
