diff --git a/README.rst b/README.rst index beb8c2b..25db63b 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ Installation Usage of RFLink debug CLI ------------------------- -.. code-block:: bash +.. code-block:: none $ rflink -h Command line interface for rflink library. @@ -75,7 +75,7 @@ Usage of RFLink debug CLI Intercept and display Rflink packets: -.. code-block:: bash +.. code-block:: none $ rflink rflink Nodo RadioFrequencyLink RFLink Gateway V1.1 R45 @@ -87,20 +87,20 @@ Intercept and display Rflink packets: Turn a device on or off: -.. code-block:: bash +.. code-block:: none $ rflink on newkaku_0000_1 $ rflink off newkaku_0000_1 Use of TCP mode instead of serial port (eg: ESP8266 serial bridge): -.. code-block:: bash +.. code-block:: none $ rflink --host 1.2.3.4 --port 1234 Debug logging is shown in verbose mode for debugging: -.. code-block:: bash +.. code-block:: none $ rflink -vv DEBUG:asyncio:Using selector: EpollSelector @@ -123,7 +123,7 @@ Debug logging is shown in verbose mode for debugging: Usage of RFLinkProxy CLI ------------------------ -.. code-block:: bash +.. code-block:: none $ rflinkproxy -h Command line interface for rflink proxy. @@ -146,20 +146,20 @@ Usage of RFLinkProxy CLI Share RFLink connected to serial port /dev/ttyACM1, the proxy will listen on port 2345: -.. code-block:: bash +.. code-block:: none $ rflink --port /dev/ttyACM0 --listenport 2345 Share TCP mode RFLink instead of serial port (eg: ESP8266 serial bridge), the proxy will listen on port 2345: -.. code-block:: bash +.. code-block:: none $ rflink --host 1.2.3.4 --port 1234 --listenport 2345 Debug logging is shown in verbose mode for debugging: -.. code-block:: bash +.. code-block:: none $ rflink -vv --host 1.2.3.4 --port 1234 --listenport 2345 DEBUG:asyncio:Using selector: EpollSelector