Skip to content
New issue

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: trust list" #413

Closed
nora-pxh opened this issue Apr 12, 2022 · 4 comments
Closed

"trust dump --help" displays "usage: trust list" #413

nora-pxh opened this issue Apr 12, 2022 · 4 comments
Labels
Milestone

Comments

@nora-pxh
Copy link

"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=" },

@ueno ueno added the bug label Apr 12, 2022
@winner658
Copy link
Contributor

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=" },

@winner658
Copy link
Contributor

i think it was copy from trust/list.c, and author forget changed

@ueno
Copy link
Member

ueno commented Apr 25, 2022

Yes, pull-request fixing it would be welcome :-)

@ueno
Copy link
Member

ueno commented Apr 27, 2022

Should be fixed in #414.

@ueno ueno closed this as completed Apr 27, 2022
@ueno ueno added this to the 0.25.0 milestone Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants