Skip to content

Commit

Permalink
Use rgbasm -I, not -i
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Jan 29, 2024
1 parent 66fd5a7 commit 3741510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/rgbasm.5
Original file line number Diff line number Diff line change
Expand Up @@ -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
.Xr rgbasm 1
(see the
.Fl i
.Fl I
option) on the command line will be searched.
.Bd -literal -offset indent
INCBIN "titlepic.bin"
Expand Down Expand Up @@ -2030,7 +2030,7 @@ Use
.Ic INCLUDE
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
.Fl i
.Fl I
option in
.Xr rgbasm 1 )
will be searched.
Expand Down

0 comments on commit 3741510

Please # to comment.