Check non-option arguments
[openssl.git] / apps / crl2p7.c
index 9137f8723959ff89d2f5c430be18ebea09c279a8..577d80fa49ba56389044c68fb4a2d8af0d6519b7 100644 (file)
@@ -102,6 +102,8 @@ int crl2pkcs7_main(int argc, char **argv)
             break;
         }
     }
+
+    /* No remaining args. */
     argc = opt_num_rest();
     if (argc != 0)
         goto opthelp;