Code highlighting

Mike Gelfand 2016-09-03 00:30:18 +03:00
parent 155ac6ea2d
commit 09d04659eb
1 changed files with 8 additions and 4 deletions

@ -26,10 +26,14 @@ There is a third option: add the blocklist URL in settings.json (only one blockl
settings.json snippet:
"blocklist-enabled": true,
"blocklist-url": "http://www.example.com/blocklist",
```json
"blocklist-enabled": true,
"blocklist-url": "http://www.example.com/blocklist",
```
update by hand example:
$ transmission-remote -n admin:password --blocklist-update
localhost:9091/transmission/rpc/ responded: "success"
```console
$ transmission-remote -n admin:password --blocklist-update
localhost:9091/transmission/rpc/ responded: "success"
```