diff options
author | Werner Koch <wk@gnupg.org> | 2008-05-26 18:48:05 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-05-26 18:48:05 +0200 |
commit | 3d39dc13d082a6631ae06443f3b20176481a5c20 (patch) | |
tree | 17682ed1b2d74bc14747908939fed246cc626028 /doc/opt-homedir.texi | |
parent | 2008-05-26 Marcus Brinkmann <marcus@g10code.de> (diff) | |
download | gnupg2-3d39dc13d082a6631ae06443f3b20176481a5c20.tar.xz gnupg2-3d39dc13d082a6631ae06443f3b20176481a5c20.zip |
Minor bug fixes and document new gpg-connect-feature.
Diffstat (limited to 'doc/opt-homedir.texi')
-rw-r--r-- | doc/opt-homedir.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/opt-homedir.texi b/doc/opt-homedir.texi index 739c442da..e382f6368 100644 --- a/doc/opt-homedir.texi +++ b/doc/opt-homedir.texi @@ -1,10 +1,10 @@ @c This option is included at several places. @item --homedir @var{dir} @opindex homedir -Set the name of the home directory to @var{dir}. If his option is not +Set the name of the home directory to @var{dir}. If this option is not used, the home directory defaults to @file{~/.gnupg}. It is only recognized when given on the command line. It also overrides any home directory stated through the environment variable @env{GNUPGHOME} or -(on W32 systems) by means on the Registry entry +(on W32 systems) by means of the Registry entry @var{HKCU\Software\GNU\GnuPG:HomeDir}. |