From 9975c48fa582058eb05ad806bc182ec45484c255 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 4 Sep 2026 17:57:45 +0000 Subject: [PATCH] cf-reactor: Fixed missing option description in --help output The HINTS array was missing an entry for the --man option, so the descriptions of the options after --timestamp were shifted by one and --version was printed with a (null) description. Changelog: Title Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_013ymkgHKqVcK7bQzGDb2rck --- cf-reactor/cf-reactor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cf-reactor/cf-reactor.c b/cf-reactor/cf-reactor.c index 05783808f05..913b05b7c6c 100644 --- a/cf-reactor/cf-reactor.c +++ b/cf-reactor/cf-reactor.c @@ -89,6 +89,7 @@ static const char *const HINTS[] = "Print the help message", "Print basic information about actions being taken", "Log timestamps on each line of log output", + "Print the man page", "Output verbose information about the behaviour of the agent", "Output the version of the software", NULL