Skip to content

Commit fa3fa70

Browse files
committed
Remove wrong --
1 parent b08c6a2 commit fa3fa70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/how-to-connect-usb-devices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following steps provide a sample EFLOW PowerShell cmdlet to attach a USB dev
7777
7878
1. Select the *bus ID* of the device you’d like to attach to the EFLOW.
7979
```powershell
80-
Add-EflowUSBDevices --busid <busid> --hostIp <host-ip>
80+
Add-EflowUSBDevices -busid <busid> -hostIp <host-ip>
8181
```
8282
8383
1. Check the device was correctly attached to the EFLOW VM.
@@ -87,7 +87,7 @@ The following steps provide a sample EFLOW PowerShell cmdlet to attach a USB dev
8787
8888
1. Once you're finished using the device in EFLOW, you can either physically disconnect the USB device or run this command from an elevated PowerShell session.
8989
```powershell
90-
Remove-EflowUSBDevices --busid <busid>
90+
Remove-EflowUSBDevices -busid <busid>
9191
```
9292
> [!IMPORTANT]
9393
> The attachment from the EFLOW VM to the USB device does not persist across reboots. To attach the USB device after reboot, you may need to create a bash script that runs during startup and connects the device using the `usbip` bash command. For more information about how to attach the device on the EFLOW VM side, see [Add-EflowUSBDevices](https://github.com/Azure/iotedge-eflow/tree/main/eflow-util/eflow-usbip/EflowUtil.psm1).

0 commit comments

Comments
 (0)