diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2007-01-08 21:34:17 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2007-01-08 21:34:17 +0000 |
| commit | a58608b44199e23eb937709bedf3bc5306e13d88 (patch) | |
| tree | b1d0f43e95a260a26a44cc970c10efa8ab8e3581 /trunk | |
| parent | a15f472f369fc99bc86d854d23234e5fadfe6285 (diff) | |
| download | gentoolkit-a58608b44199e23eb937709bedf3bc5306e13d88.tar.gz | |
Fix misaligned output. Bug 125890
svn path=/; revision=334
Diffstat (limited to 'trunk')
| -rwxr-xr-x | trunk/src/equery/equery | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/equery/equery b/trunk/src/equery/equery index aad0721..94fa3d3 100755 --- a/trunk/src/equery/equery +++ b/trunk/src/equery/equery @@ -527,8 +527,8 @@ class CmdDisplayUSEs(Command): if not Config["piping"] and Config["verbosityLevel"] >= 3: print_info(3, "[ Colour Code : " + pp.useflagon("set") + " " + pp.useflagoff("unset") + " ]") - print_info(3, "[ Legend : Left column (U) - USE flags from make.conf ]") - print_info(3, "[ : Right column (I) - USE flags packages was installed with ]") + print_info(3, "[ Legend : Left column (U) - USE flags from make.conf ]") + print_info(3, "[ : Right column (I) - USE flags packages was installed with ]") # Iterate through matches, printing a report for each package matches_found = 0 |
