doc: Fix --secret-keyring option for 2.1

--
This commit is contained in:
Werner Koch 2014-09-18 16:00:34 +02:00
parent 1d33d03f0b
commit a4205d5ed0
1 changed files with 6 additions and 0 deletions

View File

@ -1279,7 +1279,13 @@ use the specified keyring alone, use @option{--keyring} along with
@item --secret-keyring @code{file}
@opindex secret-keyring
@ifset gpgtwoone
This is an obsolete option and ignored. All secret keys are stored in
the @file{private-keys-v1.d} directory below the GnuPG home directory.
@end ifset
@ifclear gpgtwoone
Same as @option{--keyring} but for the secret keyrings.
@end ifclear
@item --primary-keyring @code{file}
@opindex primary-keyring