diff --git a/slpkg/repolist.py b/slpkg/repolist.py index dbd8c584..5841ba55 100644 --- a/slpkg/repolist.py +++ b/slpkg/repolist.py @@ -71,6 +71,6 @@ class RepoList(object): print("{0}{1}/{2} enabled default repositories and {3} custom.".format( self.meta.color["GREY"], def_cnt, len(self.all_repos), cus_cnt)) print("For enable or disable default repositories edit " - "'/etc/slpkg/repositories.conf'\nfile.\n{0}".format( - self.meta.color["ENDC"])) + "'/etc/slpkg/repositories.conf'\nfile or run 'slpkg " + "repo-enable' command.\n{0}".format(self.meta.color["ENDC"])) raise SystemExit()