Added -D to manpage

This commit is contained in:
stag019
2015-02-24 18:31:13 -05:00
parent ac78c37f9d
commit b924f58bb0

View File

@@ -9,6 +9,7 @@
.Op Fl v .Op Fl v
.Op Fl h .Op Fl h
.Op Fl b Ar chars .Op Fl b Ar chars
.Op Fl D Ar name Ns Op = Ns Ar value
.Op Fl g Ar chars .Op Fl g Ar chars
.Op Fl i Ar path .Op Fl i Ar path
.Op Fl o Ar outfile .Op Fl o Ar outfile
@@ -23,6 +24,12 @@ Its arguments are as follows:
.It Fl b Ar chars .It Fl b Ar chars
Change the two characters used for binary constants. Change the two characters used for binary constants.
The defaults are 01. The defaults are 01.
.It Fl D Ar name Ns Op = Ns Ar value
Add string symbol to the compiled source code. This is equivalent to
.Ar name
.Cm EQUS
.Qq Ar "value"
in code. If a value is not specified, a value of 1 is given.
.It Fl g Ar chars .It Fl g Ar chars
Change the four characters used for binary constants. Change the four characters used for binary constants.
The defaults are 0123. The defaults are 0123.