diff options
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r-- | agent/gpg-agent.c | 5 |
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, "@" }, |