Use rgbasm -I, not -i

This commit is contained in:
Rangi42
2024-01-29 16:41:06 -05:00
parent 66fd5a7062
commit 3741510108

View File

@@ -1529,7 +1529,7 @@ to include a raw binary file as it is.
If the file isn't found in the current directory, the include-path list passed to If the file isn't found in the current directory, the include-path list passed to
.Xr rgbasm 1 .Xr rgbasm 1
(see the (see the
.Fl i .Fl I
option) on the command line will be searched. option) on the command line will be searched.
.Bd -literal -offset indent .Bd -literal -offset indent
INCBIN "titlepic.bin" INCBIN "titlepic.bin"
@@ -2030,7 +2030,7 @@ Use
.Ic INCLUDE .Ic INCLUDE
to process another assembler file and then return to the current file when done. to process another assembler file and then return to the current file when done.
If the file isn't found in the current directory, the include path list (see the If the file isn't found in the current directory, the include path list (see the
.Fl i .Fl I
option in option in
.Xr rgbasm 1 ) .Xr rgbasm 1 )
will be searched. will be searched.