From b8a9e53262ab24231542e9ce93daadaf3809dac2 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 12 Dec 2014 16:26:32 +0100 Subject: all: Reduce amount of empty liens in usage and version output a bit No need for some of the empty lines, remove them to make the output a bit denser. Signed-off-by: Tobias Klauser --- curvetun.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'curvetun.c') 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" -- cgit v1.2.3-54-g00ecf