diff --git a/rem2pdf/bin/rem2pdf.in b/rem2pdf/bin/rem2pdf.in index 05b5865a..0e7e2181 100644 --- a/rem2pdf/bin/rem2pdf.in +++ b/rem2pdf/bin/rem2pdf.in @@ -449,8 +449,8 @@ You can concatenate multiple B runs. For example, the following will produce a PDF calendar for January through March of 2023, and June of 2023 (for a total of four pages); - (remind -pp3 Jan 2023 /dev/null ; \ - remind -p June 2023 /dev/null) | rem2pdf -e -l -c3 > cal.pdf + (remind -pp3 /dev/null Jan 2023 ; \ + remind -pp /dev/null June 2023) | rem2pdf -e -l -c3 > cal.pdf =head1 FORMATTED TEXT