diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-05-10 16:48:28 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-05-10 16:48:28 +0200 |
commit | b435a7a1b3fa6eec367d9b48a1f9b9cf13d617fa (patch) | |
tree | 356fa886ae7d9cf567e4ef52d7f566d0e437f406 /curvetun.c | |
parent | c251362d31756c6815f5c17b8d0d80bc6c285053 (diff) |
docs: minor: fix mentioning of Documentation/
The Documentation/ folder no longer exists. Either everything important
can be found in the man pages or other documentation files. Fix the
mentioning of Documentation/.
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun.c')
-rw-r--r-- | curvetun.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ static void help(void) " -v|--version Print version\n" " -h|--help Print this help\n\n" "Example:\n" - " See Documentation/Curvetun for a configuration example.\n" + " See curvetun's man page for a configuration example.\n" " curvetun --server -4 -u -N --port 6666 --stun stunserver.org\n" " curvetun --client=ethz\n\n" " curvetun --keygen\n" |