Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
AdminHelper and CryptAdmin where prints message to stdout instead of stderr. Since other failure cases prints to stderr, it is necessary to consolidate that manner.
e.g.
if (args.size() != 1) { System.err.println("You must give exactly one argument to -help."); return 0; }