diff --git a/README.rst b/README.rst index ce28d6de..cd2b2b46 100644 --- a/README.rst +++ b/README.rst @@ -93,7 +93,7 @@ like wget/curl. It connects to SPDY server and gets resources given in the command-line:: $ examples/spdycat -h - Usage: spdycat [-Onv23] [-t ] [-w ] [--cert=] + Usage: spdycat [-Oansv23] [-t ] [-w ] [--cert=] [--key=] ... OPTIONS: @@ -109,6 +109,12 @@ the command-line:: -t, --timeout= Timeout each request after seconds. -w, --window-bits= Sets the initial window size to 2**. + -a, --get-assets Download assets such as stylesheets, images + and script files linked from the downloaded + resource. Only links whose origins are the + same with the linking resource will be + downloaded. + -s, --stat Print statistics. --cert= Use the specified client certificate file. The file must be in PEM format. --key= Use the client private key file. The file