From: Chris Nehren Date: Sun, 4 Sep 2011 02:45:02 +0000 (-0400) Subject: update the docs to reflect the new calling convention for pmg X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b58952d008383ea6dd43036d9c23e300b6c601c8;hp=44fd08906a3c20efbe09d95747751f88b25fb810;p=p5sagit%2FPromulger.git update the docs to reflect the new calling convention for pmg --- diff --git a/lib/Promulger.pm b/lib/Promulger.pm index 9abf3dd..dd1657f 100644 --- a/lib/Promulger.pm +++ b/lib/Promulger.pm @@ -18,14 +18,14 @@ Promulger -- Simple, Unixy mailing list manager bin_root = /path/to/pmg/bin # like /usr/local/bin # then - /path/to/pmg/bin/pmg newlist -c /path/to/config/pmg.conf mylist + /path/to/pmg/bin/pmg -c /path/to/config/pmg.conf newlist mylist # then mail -s subscribe mylist-request@yourhost < /dev/null mail -s post mylist@yourhost < first_post # cleanup - /path/to/pmg/bin/pmg rmlist -c /path/to/config/pmg.conf rmlist + /path/to/pmg/bin/pmg -c /path/to/config/pmg.conf rmlist mylist =head1 DESCRIPTION