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:
parent
76eac252bd
commit
3a3a3143fc
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue