diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/p11-kit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/p11-kit.c b/tools/p11-kit.c index d154fe6..5bb31ca 100644 --- a/tools/p11-kit.c +++ b/tools/p11-kit.c @@ -245,7 +245,7 @@ main (int argc, char *argv[]) operation oper = NULL; int opt; - while ((opt = getopt (argc, argv, "lv")) != -1) { + while ((opt = getopt (argc, argv, "hlv")) != -1) { switch (opt) { case 'l': if (oper != NULL) |