update the docs to reflect the new calling convention for pmg
Chris Nehren [Sun, 4 Sep 2011 02:45:02 +0000 (22:45 -0400)]
lib/Promulger.pm

index 9abf3dd..dd1657f 100644 (file)
@@ -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