mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Fixed a build bug (straw letter in sm/import.c) and updated the documentation.
This commit is contained in:
parent
6788ede345
commit
cfb33014ae
11 changed files with 167 additions and 36 deletions
|
@ -118,7 +118,9 @@ $ eval `gpg-agent --daemon`
|
|||
@item --options @var{file}
|
||||
@opindex options
|
||||
Reads configuration from @var{file} instead of from the default
|
||||
per-user configuration file.
|
||||
per-user configuration file. The default configuration file is named
|
||||
@file{gpg-agent.conf} and expected in the @file{.gnupg} directory directly
|
||||
below the home directory of the user.
|
||||
|
||||
@item -v
|
||||
@item --verbose
|
||||
|
@ -224,15 +226,16 @@ control this behaviour but this command line option takes precedence.
|
|||
Set the time a cache entry is valid to @var{n} seconds. The default are
|
||||
600 seconds.
|
||||
|
||||
@item --pinentry-program @var{path}
|
||||
@item --pinentry-program @var{filename}
|
||||
@opindex pinentry-program
|
||||
Use program @var{path} as the PIN entry. The default is installation
|
||||
Use program @var{filename} as the PIN entry. The default is installation
|
||||
dependend and can be shown with the @code{--version} command.
|
||||
|
||||
@item --scdaemon-program @var{path}
|
||||
@item --scdaemon-program @var{filename}
|
||||
@opindex scdaemon-program
|
||||
Use program @var{path} as the Smartcard daemon. The default is installation
|
||||
dependend and can be shown with the @code{--version} command.
|
||||
Use program @var{filename} as the Smartcard daemon. The default is
|
||||
installation dependend and can be shown with the @code{--version}
|
||||
command.
|
||||
|
||||
|
||||
@item --display @var{string}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue