cli: use '|' instead of ',' for delimiting the modes

to be consistent with other options
This commit is contained in:
Jiří Klimeš 2015-12-17 16:20:10 +01:00
parent 81dcf9b218
commit 016db38ce2
2 changed files with 2 additions and 2 deletions

View 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"

View 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