switched the tt's to verboses for the command line options; thanks to Doug Orleans

This commit is contained in:
Danny Yoo 2011-09-05 21:44:32 -04:00
parent 5cbf5843b1
commit f0ccc5c512

View File

@ -389,11 +389,11 @@ Almost all of the @tt{whalesong} commands support two command line options:
@itemize{
@item{@tt{--compress-javascript}: Use Google Closure's JavaScript
@item{@verbatim{--compress-javascript}: Use Google Closure's JavaScript
compiler to significantly compress the JavaScript. Using this
currently requires a Java 1.6 JDK.}
@item{@tt{--verbose}: write verbose debugging information to standard error.}
@item{@verbatim{--verbose}: write verbose debugging information to standard error.}
}