manual: add missing quotes

This commit is contained in:
Yann Sionneau 2015-06-19 17:44:57 +02:00
parent b8bb3d8ca7
commit 3933ff5cba
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ First, run the TDC001 controller::
For instance, if you want to specify the Vendor/Product ID and the USB Serial Number, you can do:
``-d hwgrep://<VID>:<PID> SNR=<serial_number>``.
``-d "hwgrep://<VID>:<PID> SNR=<serial_number>"``.
The hwgrep URL works on both Linux and Windows.
Then, send commands to it via the ``artiq_rpctool`` utility::