projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54554cc
)
Fix typo in tincctl help.
author
Pierre Emeriaud
<petrus.lt@gmail.com>
Fri, 8 May 2015 22:03:51 +0000
(
00:03
+0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Fri, 8 May 2015 22:03:51 +0000
(
00:03
+0200)
src/tincctl.c
patch
|
blob
|
history
diff --git
a/src/tincctl.c
b/src/tincctl.c
index
047aab4
..
b56d9a2
100644
(file)
--- a/
src/tincctl.c
+++ b/
src/tincctl.c
@@
-150,7
+150,7
@@
static void usage(bool status) {
" exchange Same as export followed by import\n"
" exchange-all Same as export-all followed by import\n"
" invite NODE [...] Generate an invitation for NODE\n"
- " join INVITATION Join a VPN using an INVIT
I
ATION\n"
+ " join INVITATION Join a VPN using an INVITATION\n"
" network [NETNAME] List all known networks, or switch to the one named NETNAME.\n"
" fsck Check the configuration files for problems.\n"
"\n");