1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

Created help files form the current po entries.

This commit is contained in:
Werner Koch 2007-12-04 15:00:14 +00:00
parent 1d282c5938
commit 63ec0b271c
38 changed files with 7493 additions and 271 deletions

View file

@ -22,6 +22,7 @@
#include <stdlib.h>
#include "util.h"
#include "i18n.h"
/* #define pass() do { ; } while(0) */
/* #define fail(a) do { fprintf (stderr, "%s:%d: test %d failed\n",\ */
@ -48,7 +49,7 @@ main (int argc, char **argv)
argc--; argv++;
}
result = gnupg_get_help_string (argc? argv[0]:NULL);
result = gnupg_get_help_string (argc? argv[0]:NULL, 0);
if (!result)
{
fprintf (stderr,