Add help output for --chunked (#1174)

This commit is contained in:
Mickaël Schoentgen 2021-10-07 17:37:06 +02:00 committed by GitHub
parent 555afef486
commit 50f57f8c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
"""
'''
)
#######################################################################