Add --logfile argument
[app-edwardng.git] / edwardng
index 4f6124eb02a9e0e5acf844ee31ced84a970a1925..090a93766a35803029d0459e8215f026f2a4eaf8 100755 (executable)
--- a/edwardng
+++ b/edwardng
@@ -20,7 +20,7 @@ Manually:
 
 In F</etc/aliases>:
 
-  edwardng: |edwardng --from=edwardng@example.org --key=12345678
+  edwardng: |edwardng --from=edwardng@example.org --key=12345678 --keydir=/srv/edwardng-keydir --debug --logfile=/var/log/edwardng
 
 =head1 DESCRIPTION
 
@@ -52,6 +52,10 @@ ID of key used for encrypting replies.
 
 Path to GnuPG homedir.
 
+=item B<--logfile>=I</path/to/logfile>
+
+If B<--debug>, append debug information to this file. Ignored if B<--no-debug>.
+
 =item B<--passphrase>=I<passphrase>
 
 Private key passphrase.
@@ -92,6 +96,10 @@ Corresponds to B<--key>.
 
 Corresponds to B<--keydir>.
 
+=item EDWARDNG_LOGFILE
+
+Corresponds to B<--logfile>.
+
 =item EDWARDNG_PASSPHRASE
 
 Corresponds to B<--passphrase>.
This page took 0.009487 seconds and 4 git commands to generate.