From b65d84868bf813c43b91ee58bdf26671e28fa819 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Tue, 8 Jul 2014 00:09:13 +0300 Subject: [PATCH] Update POD --- edwardng | 9 +++++++-- lib/App/EdwardNG.pm | 2 -- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/edwardng b/edwardng index 7e1363f..4f6124e 100755 --- a/edwardng +++ b/edwardng @@ -14,14 +14,19 @@ edwardng - GnuPG email sign/encrypt testing bot =head1 SYNOPSIS -edwardng -- +Manually: + edwardng --from=edwardng@example.org --key=12345678 < mail.eml + +In F: + + edwardng: |edwardng --from=edwardng@example.org --key=12345678 =head1 DESCRIPTION EdwardNG is a reimplementation of the Edward reply bot referenced in L. -It takes mail messages, checks them for PGP signatures and encryption, then replies appropriately. +It reads an email from STDIN, checks it for PGP signatures and encryption, then replies appropriately. =head1 OPTIONS diff --git a/lib/App/EdwardNG.pm b/lib/App/EdwardNG.pm index 9a01dc0..6f6b3a0 100644 --- a/lib/App/EdwardNG.pm +++ b/lib/App/EdwardNG.pm @@ -166,8 +166,6 @@ App::EdwardNG - GnuPG email sign/encrypt testing bot EdwardNG is a reimplementation of the Edward reply bot referenced in L. -It takes mail messages, checks them for PGP signatures and encryption, then replies appropriately. - This module exports a single function, B, which takes a single parameter representing the message. This parameter can be: =over -- 2.30.2