diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-11-09 21:12:44 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-11-09 21:12:44 +0000 |
commit | 1db206f02217f42d7dab8b8eab29558fc7074fd9 (patch) | |
tree | c2b8887bcaecebc18235d3d6359b9923597fbdce | |
parent | 6cb4daa56408c342d85df8e567581972fe7ba4c1 (diff) |
...
-rw-r--r-- | 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 ae6bd93..51a2724 100644 --- a/src/backend/libsisyphus.py +++ b/src/backend/libsisyphus.py @@ -235,7 +235,7 @@ def startInstall(pkgList): portageExec.wait() syncLocalDatabase() else: - sys.exit("\n" + "No such binary; quitting." + "\n") + sys.exit("\n" + "No such package; quitting." + "\n") def startUpgrade(): syncAll() |