cli: use '|' instead of ',' for delimiting the modes
authorJiří Klimeš <jklimes@redhat.com>
Thu, 17 Dec 2015 15:20:10 +0000 (16:20 +0100)
committerJiří Klimeš <jklimes@redhat.com>
Thu, 17 Dec 2015 15:20:10 +0000 (16:20 +0100)
to be consistent with other options

clients/cli/connections.c
man/nmcli.1.in

index daa1cb5..ca249a9 100644 (file)
@@ -431,7 +431,7 @@ usage_connection_add (void)
                      "                  [pi yes|no]\n"
                      "                  [vnet-hdr yes|no]\n"
                      "                  [multi-queue yes|no]\n\n"
-                     "    ip-tunnel:    mode ipip,gre,sit,isatap,vti,ip6ip6,ipip6,ip6gre,vti6\n"
+                     "    ip-tunnel:    mode ipip|gre|sit|isatap|vti|ip6ip6|ipip6|ip6gre|vti6\n"
                      "                  remote <remote endpoint IP>\n"
                      "                  [local <local endpoint IP>]\n"
                      "                  [dev <parent device (ifname or connection UUID)>]\n\n"
index f1a98df..330ae14 100644 (file)
@@ -685,7 +685,7 @@ The value can be prefixed with \fBifname/\fP, \fBuuid/\fP or \fBid/\fP to disamb
 .RS
 .TP
 .B ip-tunnel:
-.IP "\fImode ipip,gre,sit,isatap,vti,ip6ip6,ipip6,ip6gre,vti6\fP" 42
+.IP "\fImode ipip|gre|sit|isatap|vti|ip6ip6|ipip6|ip6gre|vti6\fP" 42
 \(en tunnel mode
 .IP "\fIremote <remote endpoint IP>\fP" 42
 \(en IPv4 or IPv6 address of the remote tunnel endpoint