diff --git a/httpie/cli/definition.py b/httpie/cli/definition.py index ff3b31b0..f6a8c0e6 100644 --- a/httpie/cli/definition.py +++ b/httpie/cli/definition.py @@ -711,9 +711,11 @@ network.add_argument( '--chunked', default=False, action='store_true', - help=""" + help=''' + Enable streaming via chunked transfer encoding. + The Transfer-Encoding header is set to chunked. - """ + ''' ) #######################################################################