mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Updated message
This commit is contained in:
parent
03d8a9af5a
commit
03f87d1584
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class FindInstalled:
|
|||
def find(self, packages: list):
|
||||
matching = []
|
||||
|
||||
print(f'The list below shows the packages '
|
||||
print(f'The list below shows the installed packages '
|
||||
f'that contains \'{", ".join([p for p in packages])}\' files:\n')
|
||||
|
||||
for pkg in packages:
|
||||
|
|
Loading…
Add table
Reference in a new issue