diff options
author | Moritz Luedecke <ritze@skweez.net> | 2017-09-23 15:45:37 +0200 |
---|---|---|
committer | Moritz Luedecke <ritze@skweez.net> | 2017-09-23 15:46:12 +0200 |
commit | 9b545d86e1f5247fdf5b46701f1dcb8afac871b7 (patch) | |
tree | 41bfdbad232ba26a463189a6dbbf87ff92dee340 /pinentry/pinentry.c | |
parent | a29ac8b14c100c17e5f14d9b5bb2fdc815d2300f (diff) |
Add VERSION and PACKAGE_BUGREPORT
Diffstat (limited to 'pinentry/pinentry.c')
-rw-r--r-- | pinentry/pinentry.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pinentry/pinentry.c b/pinentry/pinentry.c index 68a7910..f305a7d 100644 --- a/pinentry/pinentry.c +++ b/pinentry/pinentry.c @@ -393,9 +393,9 @@ my_strusage( int level ) { case 11: p = this_pgmname; break; case 12: p = "pinentry"; break; - case 13: p = "*REDACTED*"; break; + case 13: p = PACKAGE_VERSION; break; case 14: p = "Copyright (C) 2015 g10 Code GmbH"; break; - case 19: p = "Please report bugs to <" "*REDACTED*" ">.\n"; break; + case 19: p = "Please report bugs to <" PACKAGE_BUGREPORT ">.\n"; break; case 1: case 40: { |