summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorPim Snel <pim@lingewoud.nl>2020-02-06 15:57:48 +0100
committerPim Snel <pim@lingewoud.nl>2020-02-06 15:57:48 +0100
commite3e7a25054bd29eca8002c82e9b83bca98c10fe0 (patch)
treeb215944e5b6f432e66f6d9d8b0b2936fd7ef00d4 /src/main.c
parent5c52743a8c23daeb772d352595cb6b57ce5d5d59 (diff)
extra newline at the end
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 7bedd49..502920b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -852,6 +852,6 @@ void show_usage_and_quit(){
#endif
printf("\n\
\n --version Print version information and exit\
-\n --help Print Help (this message) and exit");
+\n --help Print Help (this message) and exit\n");
put(user_conf_d, "quit_afterload", "1");
}