diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-11-14 12:28:54 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-11-14 12:28:54 +0000 |
commit | dafd5539f0c806d55394d31c0ae1543ede5bad19 (patch) | |
tree | 5dbc55dd4732d33de08c04a69ad27fe4c0952785 /src | |
parent | 0559c5960fa3caf8532cf9a7499464bcc7239b6d (diff) |
make this a bit more clear
Diffstat (limited to 'src')
-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") |