From 66c86cce92dae73aa65700f84a97a1a60577a523 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 11 Nov 2018 18:26:14 +0000 Subject: revamp help --- 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 33b2177..41def55 100644 --- a/src/backend/libsisyphus.py +++ b/src/backend/libsisyphus.py @@ -476,7 +476,7 @@ def showHelp(): print("remove-orphans") print("* Uninstall packages that are no longer needed") print("* When you uninstall a package without it's reverse dependencies, those dependencies will become orphans if nothing else requires them") - print("* In addition, a package may no longer depend on another one, so that other package becomes orphan as well") + print("* In addition, a package may no longer depend on another one, so that other package becomes orphan as well if nothing else requires it") print("* Use this option to check the whole dependency chain for such packages, and uninstall them" + "\n") print("update") print("* Update the Portage tree, Overlay(s), Portage config files && Sisyphus's package database" + "\n") -- cgit v1.2.3