mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-20 10:26:44 +01:00
Updated comments
This commit is contained in:
parent
232385fe63
commit
b97424c835
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class SearchPackage(Configs):
|
|||
self.flag_bin_repository: list = ['-B=', '--bin-repo=']
|
||||
|
||||
def package(self, packages: list, repo=None) -> None:
|
||||
""" Searching and print the matched slackbuilds. """
|
||||
""" Searching and print the matched packages. """
|
||||
matching: int = 0
|
||||
repository: str = ''
|
||||
|
||||
|
|
Loading…
Reference in a new issue