mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 00:40:08 +01:00
man: show example for nmcli --ask device wifi connect in nmcli-example manual
This commit is contained in:
parent
425293b13c
commit
a8442c8243
1 changed files with 2 additions and 1 deletions
|
|
@ -88,7 +88,8 @@
|
|||
</example>
|
||||
|
||||
<example><title>Connect to a password-protected wifi network</title>
|
||||
<screen><prompt>$ </prompt><userinput>nmcli device wifi connect "ssid" password "password"</userinput></screen>
|
||||
<screen><prompt>$ </prompt><userinput>nmcli device wifi connect "$SSID" password "$PASSWORD"</userinput></screen>
|
||||
<screen><prompt>$ </prompt><userinput>nmcli --ask device wifi connect "$SSID"</userinput></screen>
|
||||
</example>
|
||||
|
||||
<example><title>Showing general information and properties for a Wi-Fi interface</title>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue