diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-08-19 14:50:04 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-08-19 14:50:04 +0100 |
commit | 7bc6faf4f8971c7b48d0ea765fb9df7d2f21b7d4 (patch) | |
tree | b6e225c5490441afd37edf181c85e5598558b9be /src | |
parent | a8a819d860aa5c3e0ba2ded3330197a4baa6d6e0 (diff) |
adjust function description
Diffstat (limited to 'src')
-rwxr-xr-x | src/backend/libsisyphus.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/libsisyphus.py b/src/backend/libsisyphus.py index e45d722..17a292f 100755 --- a/src/backend/libsisyphus.py +++ b/src/backend/libsisyphus.py @@ -284,7 +284,7 @@ def removeOrphans(): portageExec.wait() syncLocalDatabase() -# call portage to perform a system upgrade (CLI frontend) +# fetch binaries and call portage to perform a system upgrade using local cache (CLI frontend) def startUpgrade(): syncAll() |