mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Extend RGBASM and RGBLINK verbosity flags to have multiple levels like RGBGFX (#1772)
This commit is contained in:
11
man/rgbgfx.1
11
man/rgbgfx.1
@@ -382,14 +382,17 @@ Be verbose.
|
||||
The verbosity level is increased by one each time the flag is specified, with each level including the previous:
|
||||
.Bl -enum -compact
|
||||
.It
|
||||
Print the
|
||||
.Nm
|
||||
prints out its configuration before doing anything.
|
||||
configuration before taking actions.
|
||||
.It
|
||||
A generic message is printed before doing most actions.
|
||||
Print a notice before significant actions.
|
||||
.It
|
||||
Some of the actions' intermediate results are printed.
|
||||
Print some of the actions' intermediate results.
|
||||
.It
|
||||
Some internal debug printing is enabled.
|
||||
Print some internal debug information.
|
||||
.It
|
||||
Print detailed internal information.
|
||||
.El
|
||||
The verbosity level does not go past 6.
|
||||
.Pp
|
||||
|
||||
Reference in New Issue
Block a user