wks: Fix program names in the usage diagnostics.

* tools/gpg-wks-client.c (my_strusage): Add case 12.
* tools/gpg-wks-server.c (my_strusage): Add case 12:

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2017-07-26 17:45:28 +02:00
parent b428dd495a
commit c76398da5b
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
2 changed files with 4 additions and 4 deletions

View File

@ -138,8 +138,8 @@ my_strusage( int level )
switch (level)
{
case 11: p = "gpg-wks-client (@GNUPG@)";
break;
case 11: p = "gpg-wks-client"; break;
case 12: p = "@GNUPG@"; break;
case 13: p = VERSION; break;
case 17: p = PRINTABLE_OS_NAME; break;
case 19: p = ("Please report bugs to <@EMAIL@>.\n"); break;

View File

@ -154,8 +154,8 @@ my_strusage( int level )
switch (level)
{
case 11: p = "gpg-wks-server (@GNUPG@)";
break;
case 11: p = "gpg-wks-server"; break;
case 12: p = "@GNUPG@"; break;
case 13: p = VERSION; break;
case 17: p = PRINTABLE_OS_NAME; break;
case 19: p = ("Please report bugs to <@EMAIL@>.\n"); break;