diff options
author | Werner Koch <[email protected]> | 2004-09-15 15:26:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-09-15 15:26:17 +0000 |
commit | cffee05e5768884bb06c1f3bd940c8dfa6901f05 (patch) | |
tree | 010967eca7a5787e681ef5637f41ea606d93e08f | |
parent | * gpg.sgml: Note that --throw-keyid is --throw-keyids. Note changes in (diff) | |
download | gnupg-cffee05e5768884bb06c1f3bd940c8dfa6901f05.tar.gz gnupg-cffee05e5768884bb06c1f3bd940c8dfa6901f05.zip |
Document "--debug-ccid-driver".
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpg.sgml | 7 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 1a39dc05e..0a0e13510 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-15 Werner Koch <[email protected]> + + * gpg.sgml: Document "--debug-ccid-driver". + 2004-09-14 David Shaw <[email protected]> * gpg.sgml: Note that --throw-keyid is --throw-keyids. Note diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 227e88be3..050bb9ea3 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1645,6 +1645,13 @@ be given in C syntax (e.g. 0x0042). Set all useful debugging flags. </para></listitem></varlistentry> +<varlistentry> +<term>--debug-ccid-driver</term> +<listitem><para> +Enable debug output from the included CCID driver for smartcards. +Note that this option is only available on some system. +</para></listitem></varlistentry> + <varlistentry> <term>--enable-progress-filter</term> |