summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/libsisyphus.py2
1 files changed, 1 insertions, 1 deletions
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")