]> gitweb.fluxo.info Git - firma.git/commitdiff
mudanca na funcao usage
authorrhatto <rhatto>
Thu, 14 Jul 2005 05:59:53 +0000 (05:59 +0000)
committerrhatto <rhatto>
Thu, 14 Jul 2005 05:59:53 +0000 (05:59 +0000)
firma

diff --git a/firma b/firma
index 126f99874a4602885db34a312cf70191cba0eaec..eb52ae8fda8ef2f4ddf646ca6c9c9b7675c0237e 100755 (executable)
--- 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 {