diff --git a/slpkg/download_only.py b/slpkg/download_only.py index 0e81b7a5..d8f0d40f 100644 --- a/slpkg/download_only.py +++ b/slpkg/download_only.py @@ -17,8 +17,7 @@ from slpkg.repositories import Repositories class DownloadOnly(Configs): # pylint: disable=[R0902] - """Download only the sources and the slackbuilds - or the packages for binary repositories.""" + """Download only the sources or packages.""" def __init__(self, directory: str, flags: list, data: dict, repository: str): super(Configs, self).__init__()