summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorwrmr2025-10-21 16:22:56 -0400
committerwrmr2025-10-21 16:23:29 -0400
commit6473fe762df6434a4a8ea3a8675922b7bbdca66d (patch)
treeb5075768010749e3b5e21fc6bf4f21892ffa6946 /main.c
parente33b2c4b63a7b311a8c3d7d9118151f7db24b363 (diff)
clean up
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"