Document the --batch option.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 18 Dec 2017 09:47:40 +0000 (10:47 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 18 Dec 2017 09:47:40 +0000 (10:47 +0100)
doc/tinc.8.in
doc/tinc.texi

index eaad626..041a32c 100644 (file)
@@ -7,10 +7,11 @@
 .Nd tinc VPN control
 .Sh SYNOPSIS
 .Nm
-.Op Fl cn
+.Op Fl bcn
 .Op Fl -config Ns = Ns Ar DIR
 .Op Fl -net Ns = Ns Ar NETNAME
 .Op Fl -pidfile Ns = Ns Ar FILENAME
+.Op Fl -batch
 .Op Fl -force
 .Op Fl -help
 .Op Fl -version
@@ -55,6 +56,8 @@ Use the cookie from
 to authenticate with a running tinc daemon.
 If unspecified, the default is
 .Pa @runstatedir@/tinc. Ns Ar NETNAME Ns Pa .pid.
+.It Fl b, -batch
+Don't ask for anything (non-interactive mode).
 .It Fl -force
 Force some commands to work despite warnings.
 .It Fl -help
index 954a643..6dcc349 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.