From 3b68e1d08cc1842788bdf6346cd0e2aa50fbeca7 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 16 Oct 2014 22:37:13 +0900 Subject: [PATCH] Fix doc: Wrong rpc secret token prefix --- doc/manual-src/en/aria2c.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual-src/en/aria2c.rst b/doc/manual-src/en/aria2c.rst index e065695e..7a93aa36 100644 --- a/doc/manual-src/en/aria2c.rst +++ b/doc/manual-src/en/aria2c.rst @@ -2118,7 +2118,7 @@ will removed from the parameter list before the request is being processed. For example, if the RPC secret authorization token is ``$$secret$$``, calling `aria2.addUri` RPC method would have to look like this:: - aria2.addUri("token::$$secret$$", ["http://example.org/file"]) + aria2.addUri("token:$$secret$$", ["http://example.org/file"]) The `system.multicall` RPC method is treated specially. Since the XML-RPC specification only allows a single array as a parameter for this method, we