Let's not fail if a tautology.
This commit is contained in:
@@ -54,7 +54,7 @@ public class Digester
|
|||||||
public static void main (String[] args)
|
public static void main (String[] args)
|
||||||
throws IOException, GeneralSecurityException
|
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.err.println("Usage: Digester app_dir [keystore_path password alias]");
|
||||||
System.exit(255);
|
System.exit(255);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user