diff options
-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() |