We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"trust dump --help" displays usage of trust list incorrectly. The usage string of p11_tool_desc usages in trust/dump.c uses “trust list”. p11_tool_desc usages[] = { { 0, "usage: trust list --filter=" },
The text was updated successfully, but these errors were encountered:
The usage string of p11_tool_desc usages in trust/dump.c should uses "trust dump" p11_tool_desc usages[] = { { 0, "usage: trust dump--filter=" },
Sorry, something went wrong.
i think it was copy from trust/list.c, and author forget changed
Yes, pull-request fixing it would be welcome :-)
Should be fixed in #414.
No branches or pull requests
"trust dump --help" displays usage of trust list incorrectly.
The usage string of p11_tool_desc usages in trust/dump.c uses “trust list”.
p11_tool_desc usages[] = {
{ 0, "usage: trust list --filter=" },
The text was updated successfully, but these errors were encountered: