aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-03-02 12:32:54 +0000
committerWerner Koch <[email protected]>2009-03-02 12:32:54 +0000
commitb61b2f542a676b2a3e253a73ccd2a411d1aa956e (patch)
treefb843a9778c6d8dadd14123d93258fddd832a64f /agent/gpg-agent.c
parentModernized gpg-agent startup instructions (diff)
downloadgnupg-b61b2f542a676b2a3e253a73ccd2a411d1aa956e.tar.gz
gnupg-b61b2f542a676b2a3e253a73ccd2a411d1aa956e.zip
Add missing option strings.
Diffstat (limited to '')
-rw-r--r--agent/gpg-agent.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 90319d22f..0ab30550c 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -1,6 +1,6 @@
/* gpg-agent.c - The GnuPG Agent
* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
- * 2006, 2007 Free Software Foundation, Inc.
+ * 2006, 2007, 2009 Free Software Foundation, Inc.
*
* This file is part of GnuPG.
*
@@ -141,6 +141,9 @@ static ARGPARSE_OPTS opts[] = {
{ oDisableScdaemon, "disable-scdaemon", 0, N_("do not use the SCdaemon") },
{ oFakedSystemTime, "faked-system-time", 2, "@" }, /* (epoch time) */
+ { oBatch, "batch", 0, "@" },
+ { oHomedir, "homedir", 2, "@"},
+
{ oDisplay, "display", 2, "@" },
{ oTTYname, "ttyname", 2, "@" },
{ oTTYtype, "ttytype", 2, "@" },