]> git.meshlink.io Git - meshlink/commitdiff
Note that tincctl import is only meant to work with data from tincctl export.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 14 Jan 2013 11:57:33 +0000 (12:57 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 14 Jan 2013 11:57:33 +0000 (12:57 +0100)
doc/tinc.texi
doc/tincctl.8.in

index 70045df001df194577d9f143b5c97a1bd54a3145..4a5270bc8864b475293e55d60d596ff62d0d5b9c 100644 (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]
index f6b5010fb882b782ae7cd1235b941b0e0c772e10..2b8f6d5b631e3a85be510fb90ff5c70445da8c65 100644 (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.