summaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2008-12-09 13:32:53 +0100
committerWerner Koch <wk@gnupg.org>2008-12-09 13:32:53 +0100
commitcb1d5262270184171a2d602cba0f19fb63c6d7a9 (patch)
tree04dcaa3c8e6264d08e8c61a4b5819ff4b07b839c /g10/gpg.c
parentW32 fix (diff)
downloadgnupg2-cb1d5262270184171a2d602cba0f19fb63c6d7a9.tar.xz
gnupg2-cb1d5262270184171a2d602cba0f19fb63c6d7a9.zip
Minor bug fix.
Diffstat (limited to 'g10/gpg.c')
-rw-r--r--g10/gpg.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index 9af97fb16..4e72b87e6 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -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