summaryrefslogtreecommitdiff
path: root/curvetun.c
diff options
context:
space:
mode:
Diffstat (limited to 'curvetun.c')
-rw-r--r--curvetun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/curvetun.c b/curvetun.c
index f44cb80..52bfb44 100644
--- a/curvetun.c
+++ b/curvetun.c
@@ -87,7 +87,7 @@ static void signal_handler(int number)
static void __noreturn help(void)
{
- printf("\ncurvetun %s, lightweight curve25519-based IP tunnel\n", VERSION_STRING);
+ printf("curvetun %s, lightweight curve25519-based IP tunnel\n", VERSION_STRING);
puts("http://www.netsniff-ng.org\n\n"
"Usage: curvetun [options]\n"
"Options, general:\n"
@@ -129,7 +129,7 @@ static void __noreturn help(void)
static void __noreturn version(void)
{
- printf("\ncurvetun %s, Git id: %s\n", VERSION_LONG, GITVERSION);
+ printf("curvetun %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"