Fix typo in tincctl help.
This commit is contained in:
parent
54554cc276
commit
1c77069064
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ static void usage(bool status) {
|
||||||
" exchange Same as export followed by import\n"
|
" exchange Same as export followed by import\n"
|
||||||
" exchange-all Same as export-all followed by import\n"
|
" exchange-all Same as export-all followed by import\n"
|
||||||
" invite NODE [...] Generate an invitation for NODE\n"
|
" invite NODE [...] Generate an invitation for NODE\n"
|
||||||
" join INVITATION Join a VPN using an INVITIATION\n"
|
" join INVITATION Join a VPN using an INVITATION\n"
|
||||||
" network [NETNAME] List all known networks, or switch to the one named NETNAME.\n"
|
" network [NETNAME] List all known networks, or switch to the one named NETNAME.\n"
|
||||||
" fsck Check the configuration files for problems.\n"
|
" fsck Check the configuration files for problems.\n"
|
||||||
"\n");
|
"\n");
|
||||||
|
|
Loading…
Reference in a new issue