Skip to content

Commit

Permalink
Fix usage message in p11-kit list-tokens command
Browse files Browse the repository at this point in the history
Signed-off-by: Zoltan Fridrich <[email protected]>
  • Loading branch information
ZoltanFridrich committed Nov 16, 2023
1 parent 917e02a commit 8411add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p11-kit/list-tokens.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ p11_kit_list_tokens (int argc,
};

p11_tool_desc usages[] = {
{ 0, "usage: p11-kit list-tokens" },
{ 0, "usage: p11-kit list-tokens [--only-uris] pkcs11:token" },
{ opt_verbose, "show verbose debug output", },
{ opt_quiet, "suppress command output", },
{ opt_only_urls, "only print token URIs", },
Expand Down

0 comments on commit 8411add

Please sign in to comment.