GNOME Bugzilla – Bug 757777
nmcli: Fix property name for passwd-file in man page
Last modified: 2015-11-09 15:02:41 UTC
The property to read wifi passwords from file has name passwd-file and should be named as such. While it is correct in help message for "nmcli c -h", it is incorrect on man page. Here is a patch with proposed changes: diff --git a/man/nmcli.1.in b/man/nmcli.1.in index 1ecfd80..a54023d 100644 --- a/man/nmcli.1.in +++ b/man/nmcli.1.in @@ -348,10 +348,10 @@ When no command is given to the \fIconnection\fP object, the default action is 'nmcli connection show'. .RE .TP -.B up [ id | uuid | path ] <ID> [ifname <ifname>] [ap <BSSID>] [passwd <file with passwords>] +.B up [ id | uuid | path ] <ID> [ifname <ifname>] [ap <BSSID>] [passwd-file <file with passwords>] .RE .RS -.B up ifname <ifname> [ap <BSSID>] [passwd <file with passwords>] +.B up ifname <ifname> [ap <BSSID>] [passwd-file <file with passwords>] .RS .br
Committed as cfa4195 man: fix synopsis for nmcli connection up (bgo #757777) - master 106e222 man: fix synopsis for nmcli connection up (bgo #757777) - nm-1-0 Thanks.