diff options
author | Werner Koch <wk@gnupg.org> | 2006-08-18 15:05:39 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-08-18 15:05:39 +0200 |
commit | 368170215f50e47b723586c85c17a632e64c0b6e (patch) | |
tree | d5ea52fb2e352ebd771924e939370c0fe22fa070 /doc/opt-homedir.texi | |
parent | include support and texi fixes (diff) | |
download | gnupg2-368170215f50e47b723586c85c17a632e64c0b6e.tar.xz gnupg2-368170215f50e47b723586c85c17a632e64c0b6e.zip |
More man pages. Added include files for 2 common paragraphs.
Diffstat (limited to 'doc/opt-homedir.texi')
-rw-r--r-- | doc/opt-homedir.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/opt-homedir.texi b/doc/opt-homedir.texi new file mode 100644 index 000000000..387bd02ba --- /dev/null +++ b/doc/opt-homedir.texi @@ -0,0 +1,14 @@ +@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 +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 +@ifset isman +@var{HKCU\\Software\\GNU\\GnuPG:HomeDir}. +@end ifset +@ifclear isman +@var{HKCU\Software\GNU\GnuPG:HomeDir}. +@end ifclear |