diff options
author | rhatto <rhatto> | 2005-07-14 05:59:53 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2005-07-14 05:59:53 +0000 |
commit | d7a0dd8cbbb3a5c4518a0421ed34c9746f1c595d (patch) | |
tree | 70b226d41631fc698d3371158f510257e3eb3702 | |
parent | 5a7e904d0a405da51834ba606545d0f58b806304 (diff) | |
download | firma-d7a0dd8cbbb3a5c4518a0421ed34c9746f1c595d.tar.gz firma-d7a0dd8cbbb3a5c4518a0421ed34c9746f1c595d.tar.bz2 |
mudanca na funcao usage
-rwxr-xr-x | firma | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 { |