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