1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

cc65.sgml incorrectly closed tt

This commit is contained in:
Brad Smith 2019-05-29 16:22:42 -04:00 committed by Oliver Schmidt
parent 26d436b90d
commit 38d2eb7a0e

View File

@ -203,7 +203,7 @@ Here is a description of all the command line options:
Each line contains the name of an optimization step with either a
<tt>+</tt> (enable) or <tt>-</tt> (disable) prefix.
The name <tt>all</tt> can be used to enable or disable all optimizations.
Comment lines may begin with <tt>#</tt> or <tt>;<tt>.
Comment lines may begin with <tt>#</tt> or <tt>;</tt>.
Use <tt>--list-opt-steps</tt> to generate a complete list of available optimization steps.