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:
parent
1d282c5938
commit
63ec0b271c
38 changed files with 7493 additions and 271 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue