aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-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