MicrosoftDocs / WSL

Source code behind the Windows Subsystem for Linux documentation.
https://docs.microsoft.com/windows/wsl
Other
1.88k stars 554 forks source link

Update usbipd command #1912

Closed witodev closed 2 months ago

witodev commented 5 months ago

Documentation Issue

Powershell commands for usbipd refers to old version, eg: usbipd wsl list now should be: usbipd list

Link to documentation page

https://learn.microsoft.com/en-us/windows/wsl/connect-usb

Suggested Improvements

usbipd wsl list => usbipd list usbipd wsl attach --busid <busid> => usbipd attach -w --busid <busid> usbipd wsl detach --busid <busid> => usbipd detach -w --busid <busid>

craigloewen-msft commented 2 months ago

This is updated now, thank you for filing!