diff options
Diffstat (limited to 'trust/extract.c')
-rw-r--r-- | trust/extract.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trust/extract.c b/trust/extract.c index 1a38f11..b93571b 100644 --- a/trust/extract.c +++ b/trust/extract.c @@ -218,7 +218,7 @@ p11_trust_extract (int argc, { opt_overwrite, "overwrite output file or directory" }, { opt_comment, "add comments to bundles if possible" }, { opt_verbose, "show verbose debug output", }, - { opt_quiet, "supress command output", }, + { opt_quiet, "suppress command output", }, { 0 }, }; |