diff options
author | Werner Koch <[email protected]> | 2018-06-12 14:11:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-06-12 14:11:19 +0000 |
commit | cb52eb76b3ba0269742c5322e10a2b5151dafaf2 (patch) | |
tree | 55b834edff91fbb3e2845385d46855aa799fcd62 /g10/gpg.c | |
parent | Require libgpg-error 1.29 and remove internal logging functions. (diff) | |
download | gnupg-cb52eb76b3ba0269742c5322e10a2b5151dafaf2.tar.gz gnupg-cb52eb76b3ba0269742c5322e10a2b5151dafaf2.zip |
Some preparations to eventuallt use gpgrt_argparse.
* configure.ac (GNUPG_DEF_COPYRIGHT_LINE: New.
* tools/watchgnupg.c (print_version): USe this macro.
* common/init.c (_init_common_subsystems): Register argparse
functions.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | g10/gpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3625,7 +3625,7 @@ main (int argc, char **argv) else { pargs.err = ARGPARSE_PRINT_ERROR; - /* The argparse fucntion calls a plain exit and thus + /* The argparse function calls a plain exit and thus * we need to print a status here. */ write_status_failure ("option-parser", gpg_error(GPG_ERR_GENERAL)); |