X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=doc%2Ftinc.texi;h=581da6eade277fc6b0ab0e6c36dcdfd1bbc2afa5;hb=0c010ff9fe50b4046b5c7977bafac3e74037f075;hp=2f4949e12ed2e8b02a03b57553b7c4367483983d;hpb=268e3ffca7b45cfc736e1bc9bec7a113c6c45701;p=tinc diff --git a/doc/tinc.texi b/doc/tinc.texi index 2f4949e1..581da6ea 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -2247,6 +2247,9 @@ Use the cookie from @var{filename} to authenticate with a running tinc daemon. If unspecified, the default is @file{@value{localstatedir}/run/tinc.@var{netname}.pid}. +@item --force +Force some commands to work despite warnings. + @item --help Display a short reminder of runtime options and commands, then terminate. @@ -2293,6 +2296,7 @@ To set a variable for a specific host, use the notation @var{host}.@var{variable @cindex add @item add @var{variable} @var{value} As above, but without removing any previously existing configuration variables. +If the variable already exists with the given value, nothing happens. @cindex del @item del @var{variable} [@var{value}] @@ -2313,16 +2317,16 @@ Export the host configuration file of the local node to standard output. Export all host configuration files to standard output. @cindex import -@item import [--force] +@item import Import host configuration file(s) generated by the tinc export command from standard input. Already existing host configuration files are not overwritten unless the option --force is used. @cindex exchange -@item exchange [--force] +@item exchange The same as export followed by import. @cindex exchange-all -@item exchange-all [--force] +@item exchange-all The same as export-all followed by import. @cindex invite