diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2015-03-23 14:11:43 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-09-18 13:14:35 +0200 |
commit | 4dffbf8f6abe48a5677e5d702cb107f9946c824f (patch) | |
tree | 3e82b8c0d6027dea3239efb0b93f1265a8b58ba7 /man | |
parent | b2fa11648641c3ec0f149a23910363eff0bee206 (diff) | |
download | NetworkManager-4dffbf8f6abe48a5677e5d702cb107f9946c824f.tar.gz |
cli: add nmcli device set command
Co-Authored-By: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/nmcli.1.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/nmcli.1.in b/man/nmcli.1.in index 57848c1f07..49da0252d8 100644 --- a/man/nmcli.1.in +++ b/man/nmcli.1.in @@ -757,7 +757,7 @@ of its latest state. .B device - show and manage network interfaces .br .TP -.SS \fICOMMAND\fP := { status | show | connect | disconnect | delete | wifi } +.SS \fICOMMAND\fP := { status | show | set | connect | disconnect | delete | wifi } .sp .RS .TP @@ -773,6 +773,11 @@ Show detailed information about devices. Without an argument, all devices are examined. To get information for a specific device, the interface name has to be provided. .TP +.TP +.B set <ifname> [autoconnect yes|no] [managed yes|no] +.br +Set device properties. +.TP .B connect <ifname> .br Connect the device. NetworkManager will try to find a suitable connection that |