diff options
Diffstat (limited to 'man/nmcli.1.in')
-rw-r--r-- | man/nmcli.1.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/man/nmcli.1.in b/man/nmcli.1.in index fef275d23f..d24a1cb159 100644 --- a/man/nmcli.1.in +++ b/man/nmcli.1.in @@ -278,7 +278,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 | load } +.SS \fICOMMAND\fP := { show | up | down | add | edit | modify | delete | monitor | reload | load } .sp .RS .TP @@ -779,6 +779,18 @@ See \fBconnection show\fP above for the description of the <ID>-specifying keywo .br If '--wait' option is not specified, the default timeout will be 10 seconds. .TP +.B monitor [ id | uuid | path ] <ID> ... +.br +Monitor connection profile activity. This command prints a line whenever the +specified connection changes. The connection to be monitored is identified by +its name, UUID or D-Bus path. If <ID> is ambiguous, a keyword \fIid\fP, +\fIuuid\fP or \fIpath\fP can be used. +.br +See \fBconnection show\fP above for the description of the <ID>-specifying keywords. +.br +Monitors all connection profiles in case none is specified. The command terminates +when all monitored connections disappear. +.TP .B reload .br Reload all connection files from disk. \fINetworkManager\fP does not monitor |