diff options
author | Dale Mellor <mcron-lsfnyl@rdmp.org> | 2022-07-07 22:31:42 +0100 |
---|---|---|
committer | Dale Mellor <mcron-lsfnyl@rdmp.org> | 2022-07-07 22:31:42 +0100 |
commit | edf47a93def8ed3b904815aaa5c255c96666a0c1 (patch) | |
tree | 3d5eace4d6baf192be7b2a8cf285690808fb3eb4 /src/mcron.in | |
parent | cbce8eb293321aef12d153abce31cc3c6ab14f95 (diff) | |
download | mcron-edf47a93def8ed3b904815aaa5c255c96666a0c1.tar.gz mcron-edf47a93def8ed3b904815aaa5c255c96666a0c1.tar.bz2 mcron-edf47a93def8ed3b904815aaa5c255c96666a0c1.zip |
The new options --log-format and --date-format must have arguments.
* src/mcron.in: change the optionsʼ specification
Diffstat (limited to 'src/mcron.in')
-rw-r--r-- | src/mcron.in | 4 |
1 files 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." |