Let's not fail if a tautology.

This commit is contained in:
Michael Bayne
2010-09-22 17:17:47 +00:00
parent 4cc18b9301
commit f5a70f3116
@@ -54,7 +54,7 @@ public class Digester
public static void main (String[] args)
throws IOException, GeneralSecurityException
{
if (args.length != 1 || args.length != 4) {
if (args.length != 1 && args.length != 4) {
System.err.println("Usage: Digester app_dir [keystore_path password alias]");
System.exit(255);
}