euscan: Redesigning the handlers layout

Signed-off-by: volpino <fox91@anche.no>
This commit is contained in:
volpino
2012-07-26 10:44:10 +02:00
parent 36e1aa6d12
commit 12bf1fc75b
13 changed files with 168 additions and 153 deletions

View File

@ -130,9 +130,9 @@ def print_usage(_error=None, help=None):
" - Ignore non-stable versions only if current\n" +
" " * 38 + "version is stable", file=out)
print(yellow(" --mirror") +
" - use mirror:// URIs", file=out)
" - use mirror:// URIs", file=out)
print(yellow(" --ebuild-uri") +
" - use ebuild variables in URIs", file=out)
" - use ebuild variables in URIs", file=out)
print(file=out)
if _error in ('packages',) or help: