From f87167a87a3e6814da4de37b49c62b2a85889c32 Mon Sep 17 00:00:00 2001 From: Dale Mellor Date: Mon, 1 Feb 2021 23:12:31 +0000 Subject: Fix "mcron --help" to show --stdin does *not* apply to files. * src/mcron/scripts/mcron.scm: modified string literal --- src/mcron/scripts/mcron.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mcron') diff --git a/src/mcron/scripts/mcron.scm b/src/mcron/scripts/mcron.scm index 0da1cdf..4c5f7b5 100644 --- a/src/mcron/scripts/mcron.scm +++ b/src/mcron/scripts/mcron.scm @@ -38,8 +38,8 @@ standard input), or use all the files in ~/.config/cron (or the deprecated ~/.cron) with .guile or .vixie extensions. -d, --daemon Run as a daemon process - -i, --stdin=(guile|vixie) Format of data passed as standard input or file - arguments (default guile) + -i, --stdin=(guile|vixie) Format of data passed as standard input + (default guile) -s, --schedule[=N] Display the next N (or 8) jobs that will be run -?, --help Give this help list -V, --version Print program version -- cgit v1.2.3