@@ -, +, @@ "ERROR: No --lost (-l) option defined" "ERROR: No --lost (-l) option no system preferences DefaultLongOverdueLostValue/DefaultLongOverdueDays defined" --- misc/cronjobs/longoverdue.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/misc/cronjobs/longoverdue.pl +++ a/misc/cronjobs/longoverdue.pl @@ -270,7 +270,7 @@ if ( ! defined($lost) ) { else { pod2usage( { -exitval => 1, - -msg => q|ERROR: No --lost (-l) option defined|, + -msg => q|ERROR: No --lost (-l) option or system preferences DefaultLongOverdueLostValue/DefaultLongOverdueDays defined|, } ); } } --