summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-07-05 10:18:53 +0200
committerWerner Koch <wk@gnupg.org>2017-07-05 10:18:53 +0200
commit9de27cbabed8062bfb4eafffba9ff38108f5377e (patch)
tree042444a11f616d2b2618d89f9f4e73bff8cb1c4f /doc
parent0148ea8d5acde2ad5d0376fb7eaa2221e88f258a (diff)
downloadlibgpg-error-9de27cbabed8062bfb4eafffba9ff38108f5377e.tar.gz
yat2m: Change bug report address.
--
Diffstat (limited to 'doc')
-rw-r--r--doc/yat2m.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/yat2m.c b/doc/yat2m.c
index 27db491..8c6319c 100644
--- a/doc/yat2m.c
+++ b/doc/yat2m.c
@@ -1521,13 +1521,13 @@ main (int argc, char **argv)
" -I DIR also search in include DIR\n"
" -D gpgone the only usable define\n\n"
"With no FILE, or when FILE is -, read standard input.\n\n"
- "Report bugs to <bugs@g10code.com>.");
+ "Report bugs to <https://bugs.gnupg.org>.");
exit (0);
}
else if (!strcmp (*argv, "--version"))
{
puts (PGM " " VERSION "\n"
- "Copyright (C) 2005 g10 Code GmbH\n"
+ "Copyright (C) 2005, 2017 g10 Code GmbH\n"
"This program comes with ABSOLUTELY NO WARRANTY.\n"
"This is free software, and you are welcome to redistribute it\n"
"under certain conditions. See the file COPYING for details.");