forked from platypush/platypush
Fixed wrong code-block syntax
This commit is contained in:
parent
aeed86e377
commit
a4c6028dc4
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class RtorrentPlugin(TorrentPlugin):
|
||||||
|
|
||||||
- Start RTorrent and check that the XML/RPC interface works::
|
- Start RTorrent and check that the XML/RPC interface works::
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: shell
|
||||||
|
|
||||||
$ xmlrpc localhost:8000 system.listMethods
|
$ xmlrpc localhost:8000 system.listMethods
|
||||||
# Should return a list with all the methods exposed by RTorrent.
|
# Should return a list with all the methods exposed by RTorrent.
|
||||||
|
|
Loading…
Reference in a new issue