Updating Winusb doc

This commit is contained in:
FlUxIuS 2024-06-28 20:49:05 +02:00
parent cb4ead2844
commit 0665caad1f
No known key found for this signature in database
GPG Key ID: E8B96449EE4FA72F
2 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@ The command ``delete`` has some options:
To remove an image, you can issue the command ``delete`` documented using `-i` argument to precise the image ID or tag.
To remove an image, you can issue the command ``delete`` documented using ``-i`` argument to precise the image ID or tag.
.. code-block:: bash

View File

@ -8,7 +8,7 @@ winusb for Windows
This command requires to be launch as an Administrator.
`winusb` is a set of sub command that allow to directly attach USB device to the container with `usbipd.exe`.
`winusb` is a set of sub command that allow to directly attach USB device to the container with ``usbipd.exe``.
Here are the supported options:
@ -25,7 +25,7 @@ Here are the supported options:
list List bus IDs
To list USB device on the hosts you can issue `list` as follows:
To list USB device on the hosts you can issue ``list`` as follows:
.. code-block:: bash
@ -35,11 +35,11 @@ To list USB device on the hosts you can issue `list` as follows:
Which will give a list of devices and the status.
To attach the desired device to a container, you need to use `attach` command as follows:
To attach the desired device to a container, you need to use ``attach`` with argument ``-i`` command as follows:
.. code-block:: bash
rfswift winusb attach <usb ID like: 1-4>
rfswift winusb attach -i <usb ID like: 1-4>
You can also detach the device with the `detach` command.
You can also detach the device with the ``detach`` command.