aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/g10.c')
-rw-r--r--g10/g10.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/g10.c b/g10/g10.c
index bebaaf5d1..f09b4d774 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -803,7 +803,7 @@ main( int argc, char **argv )
opt.verbose++; opt.list_sigs=1; break;
case oKOption: set_cmd( &cmd, aKMode ); break;
- case oBatch: opt.batch = 1; greeting = 0; break;
+ case oBatch: opt.batch = 1; nogreeting = 1; break;
case oUseAgent: opt.use_agent = 1; break;
case oAnswerYes: opt.answer_yes = 1; break;
case oAnswerNo: opt.answer_no = 1; break;