From dcb25cfb58e55619ac7405d5f521ebf44477e2ef Mon Sep 17 00:00:00 2001 From: Bryan Biedenkapp Date: Tue, 18 Jun 2024 11:23:53 -0400 Subject: [PATCH] fix missing help information for --syslog; --- src/dfsi/DfsiMain.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dfsi/DfsiMain.cpp b/src/dfsi/DfsiMain.cpp index 5abf11c8..e6ea399f 100644 --- a/src/dfsi/DfsiMain.cpp +++ b/src/dfsi/DfsiMain.cpp @@ -113,6 +113,8 @@ void usage(const char* message, const char* arg) " -h show this screen\n" " -f foreground mode\n" "\n" + " --syslog force logging to syslog\n" + "\n" " -c specifies the configuration file to use\n" "\n" " -- stop handling options\n",