]> granicus.if.org Git - p11-kit/commitdiff
tools: Don't barf when p11-kit -h
authorStef Walter <stefw@gnome.org>
Wed, 27 Jun 2012 09:43:12 +0000 (11:43 +0200)
committerStef Walter <stefw@gnome.org>
Wed, 27 Jun 2012 09:43:12 +0000 (11:43 +0200)
tools/p11-kit.c

index d154fe6e5d63ffc90462ef7cfe4cea1d90529302..5bb31ca6d1399ad44a6fe425240c7987c3faa148 100644 (file)
@@ -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)