.TH JARDIFF "1" "August 2008" "Debian" "User Commands" .SH NAME jardiff \- tool to visualise API differences between two JAR files .SH DESCRIPTION usage: jardiff \fB\-f\fR \fB\-t\fR [\fB\-F\fR ] [\fB\-T\fR ] [[\fB\-o\fR ]|[\fB\-x\fR ]] [\fB\-O\fR ] [\fB\-s\fR ] [\fB\-fa\fR ] [\fB\-ta\fR ] .TP \fB\-f\fR,\-\-from from jar file .TP \fB\-F\fR,\-\-from\-name from name .TP \fB\-fa\fR,\-\-from\-api relative location of from api .TP \fB\-h\fR,\-\-help print help on command line arguments .TP \fB\-o\fR,\-\-output\-format output format, xml or html .TP \fB\-O\fR,\-\-out output file .TP \fB\-s\fR,\-\-stylesheet stylesheet to link to when generating html .TP \fB\-T\fR,\-\-to\-name to name .TP \fB\-t\fR,\-\-to to jar file .TP \fB\-ta\fR,\-\-to\-api relative location of to api .TP \fB\-x\fR,\-\-xsl custom xsl sheet to format output with