From d79b56a7e9e3e70e604ec34acf7046e447e1f6af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Wed, 18 Dec 2013 15:49:10 +0100 Subject: [PATCH] cli: 'id' option for 'nmcli con add type vlan' is mandatory (rh #953397) So update documentation accordingly. https://bugzilla.redhat.com/show_bug.cgi?id=953397 --- cli/src/connections.c | 2 +- man/nmcli.1.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/src/connections.c b/cli/src/connections.c index f4bc01754..1fb5f5d65 100644 --- a/cli/src/connections.c +++ b/cli/src/connections.c @@ -305,7 +305,7 @@ usage_connection_add (void) " bluetooth: [addr ]\n" " [bt-type panu|dun-gsm|dun-cdma]\n\n" " vlan: dev \n" - " [id ]\n" + " id \n" " [flags ]\n" " [ingress ]\n" " [egress ]\n" diff --git a/man/nmcli.1.in b/man/nmcli.1.in index f7bcaa3b0..44c789684 100644 --- a/man/nmcli.1.in +++ b/man/nmcli.1.in @@ -454,8 +454,8 @@ Note: use quotes around \fB*\fP to suppress shell expansion. .B vlan: .IP "\fIdev \fP" 42 \(en parent device this VLAN is on -.IP "\fI[id ]\fP" 42 -\(en VLAN ID +.IP "\fIid \fP" 42 +\(en VLAN ID in range <0-4095> .IP "\fI[flags ]\fP" 42 \(en flags .IP "\fI[ingress ]\fP" 42