From: Guus Sliepen Date: Mon, 14 Jan 2013 11:57:33 +0000 (+0100) Subject: Note that tincctl import is only meant to work with data from tincctl export. X-Git-Tag: release-1.1pre5~17 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=5b88f5ba74fa9aa2cad82576308847e08cea88b1;hp=bb228e2f058c1274dca29ba255714e6fa2be494f Note that tincctl import is only meant to work with data from tincctl export. --- diff --git a/doc/tinc.texi b/doc/tinc.texi index 70045df0..4a5270bc 100644 --- a/doc/tinc.texi +++ b/doc/tinc.texi @@ -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] diff --git a/doc/tincctl.8.in b/doc/tincctl.8.in index f6b5010f..2b8f6d5b 100644 --- a/doc/tincctl.8.in +++ b/doc/tincctl.8.in @@ -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.