Add recursion limit info to man and help

This commit is contained in:
ISSOtm
2019-08-31 17:34:54 +02:00
parent f9a04696f2
commit 3cc67c48cf
3 changed files with 6 additions and 3 deletions

View File

@@ -21,6 +21,7 @@
.Op Fl M Ar dependfile
.Op Fl o Ar outfile
.Op Fl p Ar pad_value
.Op Fl r Ar recursion_depth
.Ar file
.Sh DESCRIPTION
The
@@ -77,6 +78,8 @@ Write an object file to the given filename.
.It Fl p Ar pad_value
When padding an image, pad with this value.
The default is 0x00.
.It Fl r Ar recursion_depth
Specifies the recursion depth at which RGBASM will assume being in an infinite loop.
.It Fl V
Print the version of the program and exit.
.It Fl v