summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-09-18 10:49:19 +0200
committerThomas Haller <thaller@redhat.com>2015-09-18 13:14:44 +0200
commit7405d5c7b742fd429d6d4815a416c35f363752bd (patch)
tree45c53cb4b6d633ba6974a0a86f1c30000a240596 /man
parent4dffbf8f6abe48a5677e5d702cb107f9946c824f (diff)
downloadNetworkManager-7405d5c7b742fd429d6d4815a416c35f363752bd.tar.gz
nmcli: extend `nmcli device set` command to accept explicit ifname specifier
Without it, you cannot set the properties of a device named "help". Now you can with: $ nmcli device set ifname help autoconnect no
Diffstat (limited to 'man')
-rw-r--r--man/nmcli.1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/nmcli.1.in b/man/nmcli.1.in
index 49da0252d8..15781c4964 100644
--- a/man/nmcli.1.in
+++ b/man/nmcli.1.in
@@ -774,7 +774,7 @@ 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]
+.B set [ifname] <ifname> [autoconnect yes|no] [managed yes|no]
.br
Set device properties.
.TP