diff options
author | Werner Koch <wk@gnupg.org> | 2007-12-04 16:00:14 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-12-04 16:00:14 +0100 |
commit | 63ec0b271c781fa542f4d5d0ae3292cf7576b414 (patch) | |
tree | 90e1af230a6fe6c6f67dbae09e3c1f7da6e57f50 /common/t-helpfile.c | |
parent | 2007-12-04 Marcus Brinkmann <marcus@g10code.de> (diff) | |
download | gnupg2-63ec0b271c781fa542f4d5d0ae3292cf7576b414.tar.xz gnupg2-63ec0b271c781fa542f4d5d0ae3292cf7576b414.zip |
Created help files form the current po entries.
Diffstat (limited to 'common/t-helpfile.c')
-rw-r--r-- | common/t-helpfile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/t-helpfile.c b/common/t-helpfile.c index e4a1c2711..fa5d27a1c 100644 --- a/common/t-helpfile.c +++ b/common/t-helpfile.c @@ -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, |