diff options
author | Stefan Kangas <skangas@skangas.se> | 2012-09-09 14:52:49 +0200 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2012-09-09 14:52:49 +0200 |
commit | a3ddde411176387c456c0728bc3e84c01d603f52 (patch) | |
tree | 264df940f8d00dff79acb3f0fa456debb5a32b84 /fripost | |
parent | 9ce7949b9f016ce9382cea51359dfd852df1d4f3 (diff) |
Add missing dashes to encrypt CLI options
Diffstat (limited to 'fripost')
-rwxr-xr-x | fripost | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -210,7 +210,7 @@ B<CONFIGURATION>) if present. Debug mode. -=item B<encrypt=>{I<never>|I<may>|I<secure>} +=item B<--encrypt=>{I<never>|I<may>|I<secure>} Tells whether non-empty emails should be encrypted. No email will be encrypted if I<never> is chosen (the default). @@ -221,7 +221,7 @@ I<secure> will disallow the sending of all non-empty clear emails. Overrides the value read from the configuration file (see B<CONFIGURATION>) if present. -=item B<encrypt-to=>I<name> +=item B<--encrypt-to=>I<name> If one of the I<may> or I<secure> encryption level is chosen, encrypt for the user ID I<name>. |