summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1fe4c2e..d89c37a 100644
--- a/main.c
+++ b/main.c
@@ -178,7 +178,7 @@ Options opt = {
.pfp = 1,
.pronouns = 1,
.date = 1,
- .datefmt = NULL
+ .datefmt = NULL,
},
.margin = {
.left = GFX_MARGIN_X,
@@ -728,6 +728,7 @@ const char *help_long =
" d/Ctrl-d half-page down\n"
" u/Ctrl-u half-page up\n"
"\n"
+
"CONFIGURATION\n"
"\n"
"~/.cbinkrc is an INI-style config file, with [sections], #comments, and key=value pairs.\n"
@@ -780,6 +781,7 @@ const char *help_long =
" msg.warn unsuccessful but correct\n"
" msg.err error occurred\n"
"\n"
+
"FILES\n"
"\n"
" ~/.cbinkrc\n"