From: Thomas Hochstein Date: Wed, 14 Apr 2010 08:02:48 +0000 (+0200) Subject: Fix: Add "-V", NNTPSERVER to documentation, add more examples. X-Git-Tag: v0.8~8 X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=commitdiff_plain;h=9817f98a9132dddfa816b9323e85f54aba39581d;hp=b802358a609325e98df470b14827ff01a06f47ee Fix: Add "-V", NNTPSERVER to documentation, add more examples. Added examples for -s and -c. Signed-off-by: Thomas Hochstein --- diff --git a/yapfaq.pl b/yapfaq.pl index 9819864..57ca99b 100644 --- a/yapfaq.pl +++ b/yapfaq.pl @@ -572,7 +572,7 @@ yapfaq - Post Usenet FAQs I<(yet another postfaq)> =head1 SYNOPSIS -B [B<-hvpd>] [B<-t> I | CONSOLE] [B<-f> I] [B<-s> I] [B<-c> I<.rc file>] +B [B<-Vhvpd>] [B<-t> I | CONSOLE] [B<-f> I] [B<-s> I] [B<-c> I<.rc file>] =head1 REQUIREMENTS @@ -944,9 +944,26 @@ if it is due: yapfaq -t de.test -f myfaq +Post all FAQs (that are due for posting) using inews from INN: + + yapfaq -s inews + +Do a dry run using a runtime configuration from .alternaterc, showing +which FAQs would be posted: + + yapfaq -dvc .alternaterc + =head1 ENVIRONMENT -There are no special environment variables used by B. +=over 4 + +=item NNTPSERVER + +The default NNTP server to post to, used by the Net::NNTP module. You +can also specify the server using the runtime configuration file (by +default F<.yapfaqrc>). + +=back =head1 FILES