mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Add missing option strings.
This commit is contained in:
parent
f548ca97ad
commit
b61b2f542a
1
THANKS
1
THANKS
@ -192,6 +192,7 @@ Peter Fales psfales at lucent.com
|
|||||||
Peter Gutmann pgut001 at cs.auckland.ac.nz
|
Peter Gutmann pgut001 at cs.auckland.ac.nz
|
||||||
Peter Marschall Peter.Marschall at gedos.de
|
Peter Marschall Peter.Marschall at gedos.de
|
||||||
Peter Valchev pvalchev at openbsd.org
|
Peter Valchev pvalchev at openbsd.org
|
||||||
|
Petr Uzel petr.uzel at suse cz
|
||||||
Phong Nguyen Phong.Nguyen at ens.fr
|
Phong Nguyen Phong.Nguyen at ens.fr
|
||||||
Piotr Krukowiecki piotr at pingu.ii.uj.edu.pl
|
Piotr Krukowiecki piotr at pingu.ii.uj.edu.pl
|
||||||
QingLong qinglong at bolizm.ihep.su
|
QingLong qinglong at bolizm.ihep.su
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2009-03-02 Werner Koch <wk@g10code.com>
|
2009-03-02 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* gpg-agent.c: Add missing option strings for "--batch" and
|
||||||
|
"--homedir". Reported by Petr Uzel.
|
||||||
|
|
||||||
* protect-tool.c (import_p12_file): Take care of canceled
|
* protect-tool.c (import_p12_file): Take care of canceled
|
||||||
passphrase entry. Fixes bug#1003.
|
passphrase entry. Fixes bug#1003.
|
||||||
(export_p12_file): Ditto.
|
(export_p12_file): Ditto.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* gpg-agent.c - The GnuPG Agent
|
/* gpg-agent.c - The GnuPG Agent
|
||||||
* Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
|
* 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.
|
* This file is part of GnuPG.
|
||||||
*
|
*
|
||||||
@ -141,6 +141,9 @@ static ARGPARSE_OPTS opts[] = {
|
|||||||
{ oDisableScdaemon, "disable-scdaemon", 0, N_("do not use the SCdaemon") },
|
{ oDisableScdaemon, "disable-scdaemon", 0, N_("do not use the SCdaemon") },
|
||||||
{ oFakedSystemTime, "faked-system-time", 2, "@" }, /* (epoch time) */
|
{ oFakedSystemTime, "faked-system-time", 2, "@" }, /* (epoch time) */
|
||||||
|
|
||||||
|
{ oBatch, "batch", 0, "@" },
|
||||||
|
{ oHomedir, "homedir", 2, "@"},
|
||||||
|
|
||||||
{ oDisplay, "display", 2, "@" },
|
{ oDisplay, "display", 2, "@" },
|
||||||
{ oTTYname, "ttyname", 2, "@" },
|
{ oTTYname, "ttyname", 2, "@" },
|
||||||
{ oTTYtype, "ttytype", 2, "@" },
|
{ oTTYtype, "ttytype", 2, "@" },
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
2009-03-02 Werner Koch <wk@g10code.com>
|
2009-03-02 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* gpg-agent.texi (Invoking GPG-AGENT): Modernized instructions.
|
* gpg-agent.texi (Invoking GPG-AGENT): Modernized instructions.
|
||||||
|
(Agent Options): Fix spelling of option --lc-ctype.
|
||||||
|
|
||||||
2009-01-12 Werner Koch <wk@g10code.com>
|
2009-01-12 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
@ -433,13 +433,13 @@ default on Windows systems.
|
|||||||
@item --display @var{string}
|
@item --display @var{string}
|
||||||
@itemx --ttyname @var{string}
|
@itemx --ttyname @var{string}
|
||||||
@itemx --ttytype @var{string}
|
@itemx --ttytype @var{string}
|
||||||
@itemx --lc-type @var{string}
|
@itemx --lc-ctype @var{string}
|
||||||
@itemx --lc-messages @var{string}
|
@itemx --lc-messages @var{string}
|
||||||
@itemx --xauthority @var{string}
|
@itemx --xauthority @var{string}
|
||||||
@opindex display
|
@opindex display
|
||||||
@opindex ttyname
|
@opindex ttyname
|
||||||
@opindex ttytype
|
@opindex ttytype
|
||||||
@opindex lc-type
|
@opindex lc-ctype
|
||||||
@opindex lc-messages
|
@opindex lc-messages
|
||||||
@opindex xauthority
|
@opindex xauthority
|
||||||
These options are used with the server mode to pass localization
|
These options are used with the server mode to pass localization
|
||||||
|
Loading…
x
Reference in New Issue
Block a user