diff options
author | Werner Koch <wk@gnupg.org> | 2008-12-09 13:32:53 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-12-09 13:32:53 +0100 |
commit | cb1d5262270184171a2d602cba0f19fb63c6d7a9 (patch) | |
tree | 04dcaa3c8e6264d08e8c61a4b5819ff4b07b839c /g10/gpg.c | |
parent | W32 fix (diff) | |
download | gnupg2-cb1d5262270184171a2d602cba0f19fb63c6d7a9.tar.xz gnupg2-cb1d5262270184171a2d602cba0f19fb63c6d7a9.zip |
Minor bug fix.
Diffstat (limited to 'g10/gpg.c')
-rw-r--r-- | g10/gpg.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2936,15 +2936,15 @@ main (int argc, char **argv) fprintf(stderr, "%s\n", strusage(15) ); } #ifdef IS_DEVELOPMENT_VERSION - if( !opt.batch ) + if (!opt.batch) { const char *s; - if((s=strusage(20))) + if((s=strusage(25))) log_info("%s\n",s); - if((s=strusage(21))) + if((s=strusage(26))) log_info("%s\n",s); - if((s=strusage(22))) + if((s=strusage(27))) log_info("%s\n",s); } #endif |