diff options
author | Werner Koch <[email protected]> | 2002-01-19 18:21:14 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-01-19 18:21:14 +0000 |
commit | 88bacd26a2f58230cf8228a3ca903eec4a5f6a31 (patch) | |
tree | 4c1fb92fb857063e2d5210e37d42751164043155 /sm/gpgsm.c | |
parent | More error codes and mappings (diff) | |
download | gnupg-88bacd26a2f58230cf8228a3ca903eec4a5f6a31.tar.gz gnupg-88bacd26a2f58230cf8228a3ca903eec4a5f6a31.zip |
* server.c (gpgsm_server): Use assuan_deinit_server and setup
assuan logging if enabled.
* call-agent.c (inq_ciphertext_cb): Don't show the session key in
an Assuan log file.
* gpgsm.c (my_strusage): Take bugreport address from configure.ac
Diffstat (limited to '')
-rw-r--r-- | sm/gpgsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index 0ca22b639..bdbde7938 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -395,7 +395,7 @@ my_strusage( int level ) break; case 13: p = VERSION; break; case 17: p = PRINTABLE_OS_NAME; break; - case 19: p = _("Please report bugs to <[email protected]>.\n"); + case 19: p = _("Please report bugs to <" PACKAGE_BUGREPORT ">.\n"); break; case 1: case 40: p = _("Usage: gpgsm [options] [files] (-h for help)"); |