From 734bd6d4598126172ff5b93dafabbc9bab4b2b57 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sat, 23 Dec 2017 19:39:06 +0100 Subject: [PATCH] Re-add newlines to help message The two final newlines in the help message were removed in commit 0c74f7a2c8e0af7ac006c16fc9ef05e5f9245518. Re-add them. Signed-off-by: Berthold Stoeger --- core/subsurfacestartup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c index 7f086e4fc..fc768c268 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -204,7 +204,7 @@ static void print_help() printf("\n --version Prints current version"); printf("\n --survey Offer to submit a user survey"); printf("\n --user= Choose configuration space for user "); - printf("\n --cloud-timeout= Set timeout for cloud connection (0 < timeout < 60)"); + printf("\n --cloud-timeout= Set timeout for cloud connection (0 < timeout < 60)\n\n"); } void parse_argument(const char *arg)