Updated message

This commit is contained in:
Dimitris Zlatanidis 2022-12-20 22:39:53 +02:00
parent 03f87d1584
commit a12fc7b29a

View file

@ -20,8 +20,8 @@ class SearchPackage:
names = SBoQueries('').names()
print(f'The list below shows the packages '
f'that contains \'{", ".join([p for p in packages])}\' files:\n')
print(f'The list below shows the repo '
f'packages that contains \'{", ".join([p for p in packages])}\' files:\n')
for name in names:
for package in packages: