Document that invitation files MUST always start with Name = ...
[tinc] / doc / tinc.texi
index 954a643..c0508fa 100644 (file)
@@ -2306,6 +2306,10 @@ Use the cookie from @var{filename} to authenticate with a running tinc daemon.
 If unspecified, the default is
 @file{@value{runstatedir}/tinc.@var{netname}.pid}.
 
+@cindex batch
+@item -b, --batch
+Don't ask for anything (non-interactive mode).
+
 @item --force
 Force some commands to work despite warnings.
 
@@ -2705,6 +2709,8 @@ Address = server.example.com
 The file is basically a concatenation of several host config blocks. Each host
 config block starts with @code{Name = ...}.  Lines that look like @code{#---#}
 are not important, it just makes it easier for humans to read the file.
+However, the first line of an invitation file @emph{must} always start with
+@code{Name = ...}.
 
 The first host config block is always the one representing the invitee. So the
 first Name statement determines the name that the invitee will get. From the