comparison doc/manual.docbook.sgml @ 146:6c0a30278982

Made development version of LWASM be 2.1, not 3.0, because the next release will be an incremental feature release
author lost
date Thu, 29 Jan 2009 06:14:04 +0000
parents afe30454382f
children 6efe1e02043d
comparison
equal deleted inserted replaced
145:afe30454382f 146:6c0a30278982
139 </para> 139 </para>
140 </listitem> 140 </listitem>
141 </varlistentry> 141 </varlistentry>
142 142
143 <varlistentry> 143 <varlistentry>
144 <term><option>--debug</option></term>
145 <term><option>-d</option></term>
146 <listitem>
147 <para>
148 Increase the debugging level. Only really useful to people hacking on the
149 LWASM source code itself.
150 </para>
151 </listitem>
152 </varlistentry>
153
154 <varlistentry>
155 <term><option>--format=type</option></term> 144 <term><option>--format=type</option></term>
156 <term><option>-f type</option></term> 145 <term><option>-f type</option></term>
157 <listitem> 146 <listitem>
158 <para> 147 <para>
159 Select the output format. Valid values are <option>obj</option> for the object 148 Select the output format. Valid values are <option>obj</option> for the object
230 <term><option>--version</option></term> 219 <term><option>--version</option></term>
231 <term><option>-V</option></term> 220 <term><option>-V</option></term>
232 <listitem> 221 <listitem>
233 <para> 222 <para>
234 Display the software version. 223 Display the software version.
224 </para>
225 </listitem>
226 </varlistentry>
227
228 <varlistentry>
229 <term><option>--debug</option></term>
230 <term><option>-d</option></term>
231 <listitem>
232 <para>
233 Increase the debugging level. Only really useful to people hacking on the
234 LWASM source code itself.
235 </para> 235 </para>
236 </listitem> 236 </listitem>
237 </varlistentry> 237 </varlistentry>
238 238
239 </variablelist> 239 </variablelist>