diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
