From edf47a93def8ed3b904815aaa5c255c96666a0c1 Mon Sep 17 00:00:00 2001 From: Dale Mellor Date: Thu, 7 Jul 2022 22:31:42 +0100 Subject: The new options --log-format and --date-format must have arguments. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * src/mcron.in: change the optionsʼ specification --- src/mcron.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mcron.in b/src/mcron.in index ac4aace..fe54176 100644 --- a/src/mcron.in +++ b/src/mcron.in @@ -48,8 +48,8 @@ "format of data passed as standard input or file " "arguments, 'guile' or 'vixie' (default guile)") option (--log -l "write log messages to standard output") - option (--log-format "(ice-9 format) format string for log messages") - option (--date-format "(srfi srfi-19) date format for log messages") + option (--log-format= "(ice-9 format) format string for log messages") + option (--date-format= "(srfi srfi-19) date format for log messages") help-postamble "Mandatory or optional arguments to long options are also mandatory or " "optional for any corresponding short options." -- cgit v1.2.3