summaryrefslogtreecommitdiff
path: root/common/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/log.h')
-rw-r--r--common/log.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/log.h b/common/log.h
index eb111e78..48d21e43 100644
--- a/common/log.h
+++ b/common/log.h
@@ -566,6 +566,7 @@ inline void log_print_usage()
printf(" --log-new Create a separate new log file on start. "
"Each log file will have unique name: \"<name>.<ID>.log\"\n");
printf(" --log-append Don't truncate the old log file.\n");
+ printf("\n");
}
#define log_dump_cmdline(argc, argv) log_dump_cmdline_impl(argc, argv)