From 59d812725ae66b76c72a298479db95ea47485f66 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 14 Jan 2019 22:28:57 +0100 Subject: [PATCH] Updated third-party message Signed-off-by: Dimitris Zlatanidis --- slpkg/pkg/manager.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/slpkg/pkg/manager.py b/slpkg/pkg/manager.py index dafd6b11..87faf2b8 100644 --- a/slpkg/pkg/manager.py +++ b/slpkg/pkg/manager.py @@ -223,8 +223,9 @@ class PackageManager(object): self.msg.template(78) print("| {0}{1}*** WARNING ***{2}").format( " " * 27, self.meta.color["RED"], self.meta.color["ENDC"]) - print("| Be sure you have update the package lists before. \n| Run" - " the command 'slpkg update' and 'slpkg -c slack --upgrade'") + print("| Before you use third-party option, be sure you have" + " updated the package \n| lists. Run the command" + " 'slpkg update' and 'slpkg -c slack --upgrade'") self.msg.template(78) return removed