diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2017-12-23 19:39:06 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-12-24 08:28:26 -0800 |
commit | 734bd6d4598126172ff5b93dafabbc9bab4b2b57 (patch) | |
tree | d45021bfe474d2dc0ba406a4b87827b077cd52d7 /core/subsurfacestartup.c | |
parent | dbcf044b938335484d4496c3cbaa87a8af9fa37e (diff) | |
download | subsurface-734bd6d4598126172ff5b93dafabbc9bab4b2b57.tar.gz |
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 <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/subsurfacestartup.c')
-rw-r--r-- | core/subsurfacestartup.c | 2 |
1 files changed, 1 insertions, 1 deletions
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=<test> Choose configuration space for user <test>"); - printf("\n --cloud-timeout=<nr> Set timeout for cloud connection (0 < timeout < 60)"); + printf("\n --cloud-timeout=<nr> Set timeout for cloud connection (0 < timeout < 60)\n\n"); } void parse_argument(const char *arg) |