Writes information about the options this parser recognizes to the given output sink. The output sink is flushed, but not closed.
@param sink the sink to write information to
@throws IOException if there is a problem writing to the sink
@throws NullPointerException if {@code sink} is {@code null}
@see #printHelpOn(Writer)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.