From 17a06cf4873847414749e2a9b348919f73e2f8df Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Thu, 11 Jul 2013 14:48:27 +0200 Subject: curvetun: give short note in version info Signed-off-by: Daniel Borkmann --- curvetun.c | 1 + 1 file changed, 1 insertion(+) diff --git a/curvetun.c b/curvetun.c index fbc1ea3..f44cb80 100644 --- a/curvetun.c +++ b/curvetun.c @@ -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 \n" "Copyright (C) 2011-2013 Daniel Borkmann ,\n" -- cgit v1.2.3-54-g00ecf