aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfirma10
1 files changed, 5 insertions, 5 deletions
diff --git a/firma b/firma
index 126f998..eb52ae8 100755
--- a/firma
+++ b/firma
@@ -24,11 +24,11 @@ VERSION=0.3
# 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 {