Better error messages.

This commit is contained in:
Dianne Skoll
2022-01-27 21:41:12 -05:00
parent ae90243352
commit db624d8a8a
2 changed files with 6 additions and 3 deletions

View File

@@ -100,7 +100,7 @@ sub read_one_month
# Old-style "remind -p"
# TODO: Eventually support this?
return (undef, "Format not supported: Use -pp or -ppp, not plain -p");
return (undef, "Format not supported: Use 'remind -pp', not plain -p");
}
sub read_one_month_pp