Merge pull request #1082 from naclander/patch-1

Clarfiy Out Of Date Message
This commit is contained in:
J Guerreiro 2019-10-23 12:55:04 +02:00 committed by GitHub
commit 82549d0d95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ func (warnings *aurWarnings) print() {
}
if len(warnings.OutOfDate) > 0 {
fmt.Print(bold(yellow(smallArrow)) + " Out Of Date AUR Packages:")
fmt.Print(bold(yellow(smallArrow)) + " Flagged Out Of Date AUR Packages:")
for _, name := range warnings.OutOfDate {
fmt.Print(" " + cyan(name))
}