Merge pull request #30 from rileyjshaw/patch-5

Add "kind" flag to "Show Wi-Fi Network Passwords"
This commit is contained in:
Marcel Bischoff 2015-10-21 03:32:29 +02:00
commit 802de30e51

View File

@ -719,7 +719,7 @@ defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.prefere
#### Show Wi-Fi Network Passwords #### Show Wi-Fi Network Passwords
Exchange SSID with the SSID of the access point you wish to query the password from. Exchange SSID with the SSID of the access point you wish to query the password from.
```bash ```bash
security find-generic-password -a "SSID" -gw security find-generic-password -D "AirPort network password" -a "SSID" -gw
``` ```