From a1085610cdc89d634e0c4c807c333a806d2938ee Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 19 May 2012 22:07:51 +0900 Subject: [PATCH] Updated README.rst --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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