summaryrefslogtreecommitdiffstats
path: root/tools/gpgparsemail.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-12-16 16:52:48 +0100
committerWerner Koch <wk@gnupg.org>2005-12-16 16:52:48 +0100
commit38e7c4c50ad8a1026886f975c5a8be2ac8438e35 (patch)
tree1898b6de84e426726dac4338acdb4905572d42c4 /tools/gpgparsemail.c
parentAdd support for direct pkcs#7 signatures (diff)
downloadgnupg2-38e7c4c50ad8a1026886f975c5a8be2ac8438e35.tar.xz
gnupg2-38e7c4c50ad8a1026886f975c5a8be2ac8438e35.zip
Fixed importing certs created by newer versions of Mozilla.
Diffstat (limited to 'tools/gpgparsemail.c')
-rw-r--r--tools/gpgparsemail.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/gpgparsemail.c b/tools/gpgparsemail.c
index dcc38c3b8..da56093c3 100644
--- a/tools/gpgparsemail.c
+++ b/tools/gpgparsemail.c
@@ -21,8 +21,8 @@
/* This utility prints an RFC8222, possible MIME structured, message
in an annotated format with the first column having an indicator
- for the content of the line.. Several options are available to
- scrutinize the message. S/MIME and OpenPGP suuport is included. */
+ for the content of the line. Several options are available to
+ scrutinize the message. S/MIME and OpenPGP support is included. */
#include <stdio.h>
@@ -708,6 +708,8 @@ main (int argc, char **argv)
" --debug enable additional debug output\n"
" --help display this help and exit\n\n"
"With no FILE, or when FILE is -, read standard input.\n\n"
+ "WARNING: This tool is under development.\n"
+ " The semantics may change without notice\n\n"
"Report bugs to <bug-gnupg@gnu.org>.");
exit (0);
}