diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-11 14:48:27 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-07-11 14:48:27 +0200 |
commit | 17a06cf4873847414749e2a9b348919f73e2f8df (patch) | |
tree | d4833a92fdb94ccf3e4bc0b1073b4264f8200436 /curvetun.c | |
parent | 5cbeddbe19f6001d540b062deb3618200c8ca372 (diff) |
curvetun: give short note in version info
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Diffstat (limited to 'curvetun.c')
-rw-r--r-- | curvetun.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -131,6 +131,7 @@ static void __noreturn version(void) { printf("\ncurvetun %s, Git id: %s\n", VERSION_LONG, GITVERSION); puts("lightweight curve25519-based IP tunnel\n" + "Note: Einstein-Rosen bridge not yet supported\n" "http://www.netsniff-ng.org\n\n" "Please report bugs to <bugs@netsniff-ng.org>\n" "Copyright (C) 2011-2013 Daniel Borkmann <dborkma@tik.ee.ethz.ch>,\n" |