From cb9906b6d732c470cf8685de169c60dcdc1e54b8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 8 Jul 2019 23:04:54 +0100 Subject: libsisyphus : document the new options --- src/backend/libsisyphus.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/backend/libsisyphus.py b/src/backend/libsisyphus.py index 73b9b91..c1a99fd 100644 --- a/src/backend/libsisyphus.py +++ b/src/backend/libsisyphus.py @@ -714,7 +714,7 @@ def showHelp(): 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") + print("* Update the Portage tree, the Redcore Overlay(s), Portage configs && Sisyphus's package database" + "\n") print("--upgrade") print("* Upgrade the system using binary and/or ebuild (source) packages" + "\n") print("--search") @@ -731,7 +731,15 @@ def showHelp(): print("--mirror --list") print("* List available binary package repository mirrors (the active one is marked with *)" + "\n") print("--mirror --set INDEX") - print("* Switch the binary package repository to the selected mirror" + "\n") + print("* Change the binary package repository to the selected mirror" + "\n") + print("--branch=master --remote=gitlab") + print("* Pull the master (stable) branch of the Portage tree, Redcore overlay && Portage configs. Use gitlab.com git repositories." + "\n") + print("--branch=master --remote=pagure") + print("* Pull the master (stable) branch of the Portage tree, Redcore overlay && Portage configs. Use pagure.io git repositories." + "\n") + print("--branch=next --remote=gitlab") + print("* Pull the next (testing) branch of the Portage tree, Redcore overlay && Portage configs. Use gitlab.com git repositories." + "\n") + print("--branch=next --remote=pagure") + print("* Pull the next (testing) branch of the Portage tree, Redcore overlay && Portage configs. Use pagure.io git repositories." + "\n") print("--sysinfo") print("* Display information about installed core packages and portage configuration" + "\n") print("--help") -- cgit v1.2.3