diff options
author | Werner Koch <[email protected]> | 2004-05-03 14:18:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-05-03 14:18:39 +0000 |
commit | a382a86e64cd963bd4675d67b36315b29b6751c5 (patch) | |
tree | aaa60ac18b3fcec5f61713f2265d67c175b305d9 | |
parent | (ac_pipe_works): Fixed BRE syntax \? -> \{0,1\}. (diff) | |
download | gnupg-a382a86e64cd963bd4675d67b36315b29b6751c5.tar.gz gnupg-a382a86e64cd963bd4675d67b36315b29b6751c5.zip |
Removed reference to non-available option
--no-default-keyring.
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gpgv.sgml | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 9f068f40c..6d66ec5ce 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-05-03 Werner Koch <[email protected]> + + * gpgv.sgml: Removed reference to non-available option + --no-default-keyring. + 2004-04-09 David Shaw <[email protected]> * gpg.sgml: Document delsig. Clarify that --refresh-keys diff --git a/doc/gpgv.sgml b/doc/gpgv.sgml index 711b0efef..238fd4ad2 100644 --- a/doc/gpgv.sgml +++ b/doc/gpgv.sgml @@ -119,7 +119,6 @@ does not contain a slash, it is assumed to be in the home-directory ("~/.gnupg" if --homedir is not used). The filename may be prefixed with a scheme:</para> <para>"gnupg-ring:" is the default one.</para> -<para>It might make sense to use it together with --no-default-keyring. </para></listitem></varlistentry> |