Searched refs:errorNeedArgument (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DKeyTool.java383 if (option.arg != null) errorNeedArgument(flags);
508 if (args.length == (i+2)) errorNeedArgument(flags);
4145 private void errorNeedArgument(String flag) { method in class:KeyTool

Completed in 40 milliseconds