Document that --force should precede commands.
This commit is contained in:
parent
85000a30ca
commit
833a8a048b
3 changed files with 16 additions and 9 deletions
|
|
@ -2247,6 +2247,9 @@ Use the cookie from @var{filename} to authenticate with a running tinc daemon.
|
|||
If unspecified, the default is
|
||||
@file{@value{localstatedir}/run/tinc.@var{netname}.pid}.
|
||||
|
||||
@item --force
|
||||
Force some commands to work despite warnings.
|
||||
|
||||
@item --help
|
||||
Display a short reminder of runtime options and commands, then terminate.
|
||||
|
||||
|
|
@ -2314,16 +2317,16 @@ Export the host configuration file of the local node to standard output.
|
|||
Export all host configuration files to standard output.
|
||||
|
||||
@cindex import
|
||||
@item import [--force]
|
||||
@item import
|
||||
Import host configuration file(s) generated by the tinc export command from standard input.
|
||||
Already existing host configuration files are not overwritten unless the option --force is used.
|
||||
|
||||
@cindex exchange
|
||||
@item exchange [--force]
|
||||
@item exchange
|
||||
The same as export followed by import.
|
||||
|
||||
@cindex exchange-all
|
||||
@item exchange-all [--force]
|
||||
@item exchange-all
|
||||
The same as export-all followed by import.
|
||||
|
||||
@cindex invite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue