summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-11-11 18:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-11-11 18:26:14 +0000
commit66c86cce92dae73aa65700f84a97a1a60577a523 (patch)
tree547eab3ad1691110c38b0a444645173163d15678
parent6a32fb1cb5916d8662597d910b3768be68a9dab1 (diff)
revamp help
-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")