man: show example for nmcli --ask device wifi connect in nmcli-example manual

This commit is contained in:
Thomas Haller
2020-03-06 09:45:50 +01:00
parent 425293b13c
commit a8442c8243

View File

@@ -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>