aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhatto <rhatto>2005-07-14 05:59:53 +0000
committerrhatto <rhatto>2005-07-14 05:59:53 +0000
commitd7a0dd8cbbb3a5c4518a0421ed34c9746f1c595d (patch)
tree70b226d41631fc698d3371158f510257e3eb3702
parent5a7e904d0a405da51834ba606545d0f58b806304 (diff)
downloadfirma-d7a0dd8cbbb3a5c4518a0421ed34c9746f1c595d.tar.gz
firma-d7a0dd8cbbb3a5c4518a0421ed34c9746f1c595d.tar.bz2
mudanca na funcao usage
-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 {