From bfb1374ee33141ae3887e94791937b3378058268 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Tue, 5 Oct 2021 23:31:34 -0400 Subject: [PATCH] Document that "-pp" is the preferred Remind output format. --- www/rem2html | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/www/rem2html b/www/rem2html index 9cd1fcf6..32c01f3b 100644 --- a/www/rem2html +++ b/www/rem2html @@ -16,15 +16,20 @@ my($days, $shades, $moons, $classes, $Month, $Year, $Numdays, $Firstwkday, $Mond my $TIDY_PROGNAME = $0; $TIDY_PROGNAME =~ s|^.*/||; -# rem2html -- convert the output of "remind -p" to HTML +# rem2html -- convert the output of "remind -pp" to HTML =head1 NAME -rem2html - Convert the output of "remind -p" to HTML +rem2html - Convert the output of "remind -pp" to HTML =head1 SYNOPSIS -remind -p ... | rem2html [options] + remind -pp ... | rem2html [options] + +You can also use the old interchange format as below, but the -pp +version is preferred. + + remind -p ... | rem2html [options] =head1 OPTIONS @@ -97,9 +102,9 @@ sub usage $exit_status = 1; } print STDERR <<"EOM"; -$TIDY_PROGNAME: Produce an HTML calendar from the output of "remind -p" +$TIDY_PROGNAME: Produce an HTML calendar from the output of "remind -pp" -Usage: remind -p ... | rem2html [options] +Usage: remind -pp ... | rem2html [options] Options: