1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 02:15:30 +02:00

lsusb: fix switch case (#16387)

This commit is contained in:
Fazle Arefin 2025-05-06 02:36:06 +10:00 committed by GitHub
parent 76eac252bd
commit 3a3a3143fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,11 +13,11 @@
- List verbose information about USB devices:
`lsusb {{[-V|--verbose]}}`
`lsusb {{[-v|--verbose]}}`
- List detailed information about a USB device:
`lsusb {{[-V|--verbose]}} -s {{bus}}:{{device number}}`
`lsusb {{[-v|--verbose]}} -s {{bus}}:{{device number}}`
- List devices with a specified vendor and product ID only: