summaryrefslogtreecommitdiff
path: root/src/backend/upgrade.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/upgrade.py')
-rw-r--r--src/backend/upgrade.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/upgrade.py b/src/backend/upgrade.py
index 3c48955..0ec707c 100644
--- a/src/backend/upgrade.py
+++ b/src/backend/upgrade.py
@@ -50,7 +50,7 @@ def start():
continue
else:
print(sisyphus.getcolor.bright_red +
- "\nNo package found!\n" + sisyphus.getcolor.reset)
+ "\nNo package upgrades found!\n" + sisyphus.getcolor.reset)
sys.exit()
else:
print(sisyphus.getcolor.bright_red +
@@ -105,7 +105,7 @@ def estart():
continue
else:
print(sisyphus.getcolor.bright_red +
- "\nNo package found!\n" + sisyphus.getcolor.reset)
+ "\nNo package upgrades found!\n" + sisyphus.getcolor.reset)
sys.exit()
else:
if not len(areBinaries) == 0: