# umask ....
function usage {
- echo usage: $0 firma \<option\> \<config-file\>
- echo -c: create a new list using config-file
- echo -p: process a message
- echo -r: admin and user requests (mail only)
- echo -a: admin commands
+ echo "usage: `basename $0` <option> <config-file>"
+ echo "-c: create a new list using config-file"
+ echo "-p: process a message"
+ echo "-r: admin and user requests (mail only)"
+ echo "-a: admin commands"
}
function check_config {