Add colons to non-verb categories in cli.display.
This commit is contained in:
parent
87567161b8
commit
17ddbc3214
3 changed files with 4 additions and 3 deletions
|
|
@ -95,7 +95,7 @@ proc displayTip*() =
|
|||
if globalCLI.suppressionCount > 0:
|
||||
let msg = "$1 messages have been suppressed, use --verbose to show them." %
|
||||
$globalCLI.suppressionCount
|
||||
display("Tip", msg, Warning, HighPriority)
|
||||
display("Tip:", msg, Warning, HighPriority)
|
||||
|
||||
proc setVerbosity*(level: Priority) =
|
||||
globalCLI.level = level
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue