Note that tincctl import is only meant to work with data from tincctl export.

This commit is contained in:
Guus Sliepen 2013-01-14 12:57:33 +01:00
parent bb228e2f05
commit 5b88f5ba74
2 changed files with 4 additions and 2 deletions

View file

@ -2194,7 +2194,7 @@ Export the host configuration file of the local node to standard output.
Export all host configuration files to standard output.
@item import [--force]
Import host configuration file(s) from standard input.
Import host configuration file(s) generated by the tincctl export command from standard input.
Already existing host configuration files are not overwritten unless the option --force is used.
@item start [tincd options]

View file

@ -80,7 +80,9 @@ Export the host configuration file of the local node to standard output.
.It export-all
Export all host configuration files to standard output.
.It import Op Fl -force
Import host configuration file(s) from standard input.
Import host configuration data generated by the
.Nm
export command from standard input.
Already existing host configuration files are not overwritten unless the option
.Fl -force
is used.