diff options
author | Kibum Kim <kb0929.kim@samsung.com> | 2012-01-07 00:46:38 +0900 |
---|---|---|
committer | Kibum Kim <kb0929.kim@samsung.com> | 2012-01-07 00:46:38 +0900 |
commit | f5660c6460a863b19f9ef745575780e37cc192a9 (patch) | |
tree | 0b478679da32d706de7b0de546d2e4daf03b160c /doc/opt-homedir.texi | |
parent | 06b9124a4f9d38acc78e6af686bc49a06f6354f8 (diff) | |
download | gnupg-master.tar.gz gnupg-master.tar.bz2 gnupg-master.zip |
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 0000000..387bd02 --- /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 |