diff options
author | Dale Mellor <mcron-lsfnyl@rdmp.org> | 2021-02-01 23:12:31 +0000 |
---|---|---|
committer | Dale Mellor <mcron-lsfnyl@rdmp.org> | 2021-02-01 23:12:31 +0000 |
commit | f87167a87a3e6814da4de37b49c62b2a85889c32 (patch) | |
tree | c1cdd8f70215a5f0e577609e5037dcd978f5b494 /src/mcron | |
parent | 96f31795e8c0cf55fd845f2ec90444a9e69d4e68 (diff) | |
download | mcron-f87167a87a3e6814da4de37b49c62b2a85889c32.tar.gz mcron-f87167a87a3e6814da4de37b49c62b2a85889c32.tar.bz2 mcron-f87167a87a3e6814da4de37b49c62b2a85889c32.zip |
Fix "mcron --help" to show --stdin does *not* apply to files.
* src/mcron/scripts/mcron.scm: modified string literal
Diffstat (limited to 'src/mcron')
-rw-r--r-- | src/mcron/scripts/mcron.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |