log.pl
changeset 5 adfce511f604
parent 4 29674fb1ef8a
child 6 75e15810eb67
equal deleted inserted replaced
4:29674fb1ef8a 5:adfce511f604
     4 my $USAGE = <<'#';
     4 my $USAGE = <<'#';
     5 $ME [options]
     5 $ME [options]
     6     --[no]db	insert into log database [$opt_db]
     6     --[no]db	insert into log database [$opt_db]
     7     --[no]mail	send mails to @config::mailto [$opt_mail]
     7     --[no]mail	send mails to @config::mailto [$opt_mail]
     8     --message=s message
     8     --message=s message
     9                 - if the message starts with '@' it's considered
     9                 - if the message starts with '\@' it's considered
    10 		  to be a message FILE.
    10 		  to be a message FILE.
    11 		- message can be: apt[:text]@<FILE> - this will
    11 		- message can be: apt[:text]\@<FILE> - this will
    12 		  start special file processing (assuming output
    12 		  start special file processing (assuming output
    13 		  from apt, with text (default: APT: upgrade) going
    13 		  from apt, with text (default: APT: upgrade) going
    14 		  to the first line)
    14 		  to the first line)
    15 #
    15 #
    16 
    16