diff options
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/libsisyphus.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/libsisyphus.py b/src/backend/libsisyphus.py index ec2d848..9ed08c6 100644 --- a/src/backend/libsisyphus.py +++ b/src/backend/libsisyphus.py @@ -586,9 +586,9 @@ def showHelp(): print("* If Portage's package database is corrupted (in this case you're screwed anyway :D), only a partial resurrection will be possible") print("* If Portage's package database is intact, full resurrection will be possible" + "\n") print("--mirror --list") - print("* List available mirrors (the active one is marked with *)" + "\n") + print("* List available binary package repository mirrors (the active one is marked with *)" + "\n") print("--mirror --set INDEX") - print("* Switch the repository to the selected mirror" + "\n") + print("* Switch the binary package repository to the selected mirror" + "\n") print("--sysinfo") print("* Display information about installed core packages and portage configuration" + "\n") print("--help") |