diff options
| author | wrmr | 2025-10-19 17:10:00 -0400 |
|---|---|---|
| committer | wrmr | 2025-10-19 17:10:00 -0400 |
| commit | 8319b3054d87575cce28c539d45315695853e7f6 (patch) | |
| tree | f4e9d45b879258934127d710bf4078de2f97a36c | |
| parent | 6630b94145dfdd01b4fdbb8791b219d7325d9b1e (diff) | |
remove some articles from help_long
| -rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -722,11 +722,11 @@ const char *help_long = "\n" " [cbink]\n" "\n" - " help = 1 | 0 enable or disable the short help banner\n" + " help = 1 | 0 enable or disable short help banner\n" " pfp = 1 | 0 enable or disable profile pictures\n" " pronouns = 1 | 0 enable or disable user pronouns in posts\n" " date = 1 | 0 enable or disable post timestamps\n" - " datefmt = ... configure the timestamp format; see date(1) or strftime(1)\n" + " datefmt = ... configure timestamp format; see date(1) or strftime(1)\n" "\n" " [margin]\n" "\n" |
