From 1db206f02217f42d7dab8b8eab29558fc7074fd9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 9 Nov 2018 21:12:44 +0000 Subject: ... --- src/backend/libsisyphus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3