summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-10-31 15:18:47 -0400
committerDan Winship <danw@gnome.org>2013-11-15 13:39:40 -0500
commit9a532db182078bf54ec9752b58b32dc4e010aee2 (patch)
tree47c11cd630d9c46ac6f6a1a5194b96362f3f0e6a /man
parenta52ebc74b53b545e734eacb1e1e940dd62a3df7b (diff)
downloadNetworkManager-9a532db182078bf54ec9752b58b32dc4e010aee2.tar.gz
cli: add "nmcli con load file..."
https://bugzilla.gnome.org/show_bug.cgi?id=709830
Diffstat (limited to 'man')
-rw-r--r--man/nmcli.1.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/man/nmcli.1.in b/man/nmcli.1.in
index 9a2e83afa1..540283f69c 100644
--- a/man/nmcli.1.in
+++ b/man/nmcli.1.in
@@ -272,7 +272,7 @@ be saved as two connections which both apply to eth0, one for DHCP (called
connected to the DHCP-enabled network the user would run "nmcli con up default"
, and when connected to the static network the user would run "nmcli con up testing".
.TP
-.SS \fICOMMAND\fP := { show | up | down | add | edit | modify | delete | reload }
+.SS \fICOMMAND\fP := { show | up | down | add | edit | modify | delete | reload | load }
.sp
.RS
.TP
@@ -615,6 +615,12 @@ to tell \fINetworkManager\fP to re-read the connection profiles from disk when
a change was made to them. However, the auto-loading feature can be enabled and
then \fINetworkManager\fP will reload connection files any time they change
(monitor-connection-files=true in \fINetworkManager.conf\fP(5)).
+.TP
+.B load <filename> [<filename>...]
+.br
+Load/reload one or more connection files from disk. Use this after manually
+editing a connection file to ensure that \fBNetworkManager\fP is aware
+of its latest state.
.RE
.TP