mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Add helpful message.
This commit is contained in:
@@ -251,7 +251,8 @@ if ($settings->{eps}) {
|
|||||||
# Don't read from a terminal
|
# Don't read from a terminal
|
||||||
if (-t STDIN) { ## no critic
|
if (-t STDIN) { ## no critic
|
||||||
print STDERR "I can't read data from a terminal. Please run like this:\n";
|
print STDERR "I can't read data from a terminal. Please run like this:\n";
|
||||||
print STDERR " remind -pp [options] filename | $me [options] > out.pdf\n";
|
print STDERR " remind -pp [options] filename | $me [options] > out.pdf\n\n";
|
||||||
|
print STDERR "For help, run: $me --help\n";
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user