]> granicus.if.org Git - transmission/commitdiff
fix a misplaced comma in the rpc spec's JSON example
authorCharles Kerr <charles@transmissionbt.com>
Tue, 19 Aug 2008 16:36:59 +0000 (16:36 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Tue, 19 Aug 2008 16:36:59 +0000 (16:36 +0000)
doc/rpc-spec.txt

index ad536f13ae41cc593a1012902daa96c1a6a866dd..32b17c45433b01c30c18cdad1684390ffd5a3a9c 100644 (file)
       {
          "arguments": {
              "fields": [ "id", "name", "totalSize" ]
-         }
+         },
          "method": "torrent-get",
          "tag": 39693
       }
                    "id": 10,
                    "name": "Fedora x86_64 DVD",
                    "totalSize", 34983493932,
-               } 
+               },
                {
                    "id": 7,
                    "name": "Ubuntu x86_64 DVD",
                    "totalSize", 9923890123,
-               }, 
+               } 
             ]
          },
          "result": "success",