mirror of
https://github.com/Jguer/yay.git
synced 2024-11-06 09:07:21 +01:00
Merge pull request #1082 from naclander/patch-1
Clarfiy Out Of Date Message
This commit is contained in:
commit
82549d0d95
2
print.go
2
print.go
@ -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))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user