Skip to content
Snippets Groups Projects
Unverified Commit c6665d9a authored by Fred Chien(錢逢祥)'s avatar Fred Chien(錢逢祥) Committed by GitHub
Browse files

Fixed incorrect command in documentation.

`ioreg -P USB` doesn't work, it should be `ioreg -p USB` to get usb list in Mac OS X.
parent fb98d1bf
No related branches found
No related tags found
No related merge requests found
...@@ -359,7 +359,7 @@ When plugging in the USB key, you should see a similar line by using the `ioreg` ...@@ -359,7 +359,7 @@ When plugging in the USB key, you should see a similar line by using the `ioreg`
tool: tool:
```shell ```shell
$ ioreg -P USB $ ioreg -p IOUSB
+-o Root <class IORegistryEntry, id 0x100000100, retain 21> +-o Root <class IORegistryEntry, id 0x100000100, retain 21>
... ...
+-o AppleUSBXHCI Root Hub Simulation@14000000 <class AppleUSBRootHubDevice, id 0x100000a00, registered, matched, active, busy 0 (0 ms), retain 9> +-o AppleUSBXHCI Root Hub Simulation@14000000 <class AppleUSBRootHubDevice, id 0x100000a00, registered, matched, active, busy 0 (0 ms), retain 9>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment