Let tincctl ignore tincd options, so they will be passed on.

This commit is contained in:
Guus Sliepen 2012-07-15 21:17:10 +02:00
parent 36dee4c539
commit 9be8980a2b
3 changed files with 15 additions and 6 deletions

View file

@ -2060,8 +2060,8 @@ If no @var{value} is given, all configuration variables with the same name will
Start an editor for the given configuration file.
You do not need to specify the full path to the file.
@item start
Start @samp{tincd}.
@item start [tincd options]
Start @samp{tincd}, optionally with the given extra options.
@item stop
Stop @samp{tincd}.

View file

@ -71,9 +71,10 @@ is given, all configuration variables with the same name will be removed.
.It edit Ar filename
Start an editor for the given configuration file.
You do not need to specify the full path to the file.
.It start
.It start Op tincd options
Start
.Xr tincd 8 .
.Xr tincd 8 ,
optionally with the given extra options.
.It stop
Stop
.Xr tincd 8 .