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 8e46359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion p11-kit/test-list-tokens.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ teardown() {

test_list_tokens_without_uri() {
cat > list.exp <<EOF
usage: p11-kit list-tokens
usage: p11-kit list-tokens [--only-uris] pkcs11:token
-v, --verbose show verbose debug output
-q, --quiet suppress command output
Expand Down

0 comments on commit 8e46359

Please sign in to comment.