mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 22:20:08 +01:00
cli: use '|' instead of ',' for delimiting the modes
to be consistent with other options
This commit is contained in:
parent
81dcf9b218
commit
016db38ce2
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue