From c6665d9a2529299b24fe1464398a455a95b226bd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fred=20Chien=28=E9=8C=A2=E9=80=A2=E7=A5=A5=29?=
 <cfsghost@gmail.com>
Date: Fri, 28 Feb 2020 02:16:04 +0800
Subject: [PATCH] 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.
---
 docs/install.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/install.md b/docs/install.md
index 59bb7c4..11a9147 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -359,7 +359,7 @@ When plugging in the USB key, you should see a similar line by using the `ioreg`
 tool:
 
 ```shell
-$ ioreg -P USB
+$ ioreg -p IOUSB
 +-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>
-- 
GitLab