diff --git a/slpkg/update_repository.py b/slpkg/update_repository.py index 3a858716..b86fdfac 100644 --- a/slpkg/update_repository.py +++ b/slpkg/update_repository.py @@ -18,7 +18,9 @@ from slpkg.models.models import (SBoTable, PonceTable, class UpdateRepository(Configs): - """ Deletes and install the data. """ + """ Updates the local repositories and install the data + into the database. + """ def __init__(self, flags: list, repository: str): super(Configs, self).__init__()