From fe5927ae488742d524b6ae496a0152f6b58c70f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Wed, 14 Oct 2015 12:22:49 +0200 Subject: [PATCH] nmcli: add a hotspot example to nmcli manual page --- man/nmcli.1.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/man/nmcli.1.in b/man/nmcli.1.in index 61328f05a..0b4d90a5b 100644 --- a/man/nmcli.1.in +++ b/man/nmcli.1.in @@ -1070,6 +1070,11 @@ using password "caffeine". This is mainly useful when connecting to "Cafe Hotspo the first time. Next time, it is better to use 'nmcli con up id "My cafe"' so that the existing connection profile can be used and no additional is created. +.IP "\fB\f(CWnmcli dev wifi hotspot -s con-name QuickHotspot\fP\fP" +.IP +creates a hotspot profile and connects it. Prints the hotspot password the user should use +to connect to the hotspot from other devices. + .IP "\fB\f(CWnmcli connection add type ethernet autoconnect no ifname eth0\fP\fP" .IP non-interactively adds an Ethernet connection tied to eth0 interface with automatic IP configuration (DHCP),