avoid incorrect syntax highlighting

also remove spaces before '::'s
This commit is contained in:
Michael Ossmann
2021-12-29 15:09:40 -07:00
committed by GitHub
parent 4002fb2f8b
commit 471defd545

View File

@ -147,13 +147,13 @@ In time mode, the A0 port connection switches automatically over time, counted i
To cycle through four ports, one port every 1000 samples: To cycle through four ports, one port every 1000 samples:
.. code-block :: sh .. code-block:: none
hackrf_operacake -m time -t A1:1000 -t A2:1000 -t A3:1000 -t A4:1000 hackrf_operacake -m time -t A1:1000 -t A2:1000 -t A3:1000 -t A4:1000
When the duration on multiple ports is the same, the ``-w`` option can be used to set the default dwell time: When the duration on multiple ports is the same, the ``-w`` option can be used to set the default dwell time:
.. code-block :: sh .. code-block:: none
hackrf_operacake --mode time -w 1000 -t A1 -t A2 -t A3 -t A4 hackrf_operacake --mode time -w 1000 -t A1 -t A2 -t A3 -t A4