nmcli-device: add wifi show-password example (#5191)

This commit is contained in:
David Auer
2021-01-28 11:08:26 +01:00
committed by GitHub
parent de1bb7bd00
commit 09e78d4bc2

View File

@@ -13,3 +13,7 @@
- Connect to the Wi-Fi network with a specified name and password:
`nmcli device wifi connect {{ssid}} password {{password}}`
- Print password and QR code for the current Wi-Fi network:
`nmcli device wifi show-password`