rgbasm: update manpage to include -v

This commit is contained in:
yenatch
2013-12-03 21:58:39 -05:00
parent bc99ee2210
commit fd4b5c8925

View File

@@ -6,6 +6,7 @@
.Nd Game Boy assembler .Nd Game Boy assembler
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm rgbasm .Nm rgbasm
.Op Fl v
.Op Fl h .Op Fl h
.Op Fl b Ar chars .Op Fl b Ar chars
.Op Fl g Ar chars .Op Fl g Ar chars
@@ -43,6 +44,8 @@ Write an object file to the given filename.
.It Fl p Ar pad_value .It Fl p Ar pad_value
When padding an image, pad with this value. When padding an image, pad with this value.
The default is 0x00. The default is 0x00.
.It Fl v
Be verbose.
.El .El
.Sh EXAMPLES .Sh EXAMPLES
Assembling a basic source file is simple: Assembling a basic source file is simple: