summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2019-07-29 07:40:10 +0100
committerSean Whitton <spwhitton@spwhitton.name>2019-07-29 07:40:10 +0100
commit35a27626696d3cf5ecddaf9816881429aff805b3 (patch)
tree0bce1d07aa0170a389f034459cd6f48e8efb0f9d
parent35a621acf6fba68a8fd5045a51e01d67d3786abe (diff)
downloadmailscripts-35a27626696d3cf5ecddaf9816881429aff805b3.tar.gz
email-extract-openpgp-certs(1): Improve redirection readability
At least to me. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--email-extract-openpgp-certs.1.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/email-extract-openpgp-certs.1.pod b/email-extract-openpgp-certs.1.pod
index 8b7916e..9983de0 100644
--- a/email-extract-openpgp-certs.1.pod
+++ b/email-extract-openpgp-certs.1.pod
@@ -4,7 +4,7 @@ email-extract-openpgp-certs - extract OpenPGP certificates from an e-mail
=head1 SYNOPSIS
-B<email-extract-openpgp-certs> < B<message.eml> | B<gpg> B<--import>
+B<email-extract-openpgp-certs> <B<message.eml> | B<gpg> B<--import>
=head1 DESCRIPTION
@@ -24,8 +24,8 @@ None.
=over 4
- $ notmuch show --format-raw id:b7e48905-842f@example.net > test.eml
- $ email-extract-openpgp-certs < test.eml | gpg --import
+ $ notmuch show --format-raw id:b7e48905-842f@example.net >test.eml
+ $ email-extract-openpgp-certs <test.eml | gpg --import
=back