clarify description of verbose
It enables debug prints, so not just during building, but at runtime.master
parent
7bdc8896df
commit
caa6a784b0
|
@ -174,7 +174,7 @@ sub getsetup () {
|
|||
verbose => {
|
||||
type => "boolean",
|
||||
example => 1,
|
||||
description => "display verbose messages when building?",
|
||||
description => "display verbose messages?",
|
||||
safe => 1,
|
||||
rebuild => 0,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue