mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Typo fix by Stefan Haubenthal.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5972 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
331bd78406
commit
cc2ac01d73
@ -65,7 +65,7 @@ Long options:
|
|||||||
</verb></tscreen>
|
</verb></tscreen>
|
||||||
|
|
||||||
|
|
||||||
<sect1>Command line options in detail<p>
|
<sect1>Command line options in detail<label id="cmdline-opt-detail"><p>
|
||||||
|
|
||||||
Here is a description of all the command line options:
|
Here is a description of all the command line options:
|
||||||
|
|
||||||
@ -114,7 +114,7 @@ Here is a description of all the command line options:
|
|||||||
|
|
||||||
<tag><tt>--dump-scopes</tt></tag>
|
<tag><tt>--dump-scopes</tt></tag>
|
||||||
|
|
||||||
Dump the scope (lexical level) information contained in the object file.
|
Dump the scope (lexical level) information contained in the object file.
|
||||||
|
|
||||||
|
|
||||||
<tag><tt>-S, --dump-segsize</tt></tag>
|
<tag><tt>-S, --dump-segsize</tt></tag>
|
||||||
@ -141,8 +141,8 @@ Here is a description of all the command line options:
|
|||||||
|
|
||||||
The converter will read one or more object files per invocation and write the
|
The converter will read one or more object files per invocation and write the
|
||||||
contents in readable format to standard output. Please note that you need to
|
contents in readable format to standard output. Please note that you need to
|
||||||
specify and of the <tt/--dump/ options listed above, otherwise no useful
|
specify any of the <tt/--dump/ options listed <ref id="cmdline-opt-detail"
|
||||||
output will be generated.
|
name="above">, otherwise no useful output will be generated.
|
||||||
|
|
||||||
Example output for the command
|
Example output for the command
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user