diff options
author | Stef Walter <stef@thewalter.net> | 2013-07-18 13:07:14 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-07-18 14:16:29 +0200 |
commit | d8532de9570fd7501b8b25ff10ab05392f3a1d42 (patch) | |
tree | 03185e9aff96660e4ce6fd1cede57bea1ff03f81 | |
parent | 91bbe5ad80a760a58d5eba48f65ddd07fa56a953 (diff) |
Fix extract example in documentation
-rw-r--r-- | doc/manual/p11-kit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/p11-kit.xml b/doc/manual/p11-kit.xml index 9c48b68..b51022f 100644 --- a/doc/manual/p11-kit.xml +++ b/doc/manual/p11-kit.xml @@ -82,7 +82,7 @@ $ p11-kit list-modules <para>Extract certificates from configured PKCS#11 modules.</para> <programlisting> -$ p11-kit extract --format=x509-directory --filter=ca-certificates /path/to/directory +$ p11-kit extract --format=x509-directory --filter=ca-anchors /path/to/directory </programlisting> <para>You can specify the following options to control what to extract. |