Skip to content

Commit

Permalink
Shell code blocks are not bash syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Bloemberg authored Nov 1, 2018
1 parent ca8e937 commit 7a496bd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Installation
Usage of RFLink debug CLI
-------------------------

.. code-block:: bash
.. code-block:: none
$ rflink -h
Command line interface for rflink library.
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 7a496bd

Please sign in to comment.