Fix misaligned output. Bug 125890
authorfuzzyray <fuzzyray@gentoo.org>
Mon, 8 Jan 2007 21:34:17 +0000 (21:34 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Mon, 8 Jan 2007 21:34:17 +0000 (21:34 -0000)
svn path=/; revision=334

trunk/src/equery/equery

index aad072152f0b120df430bd9c2034e634481efcad..94fa3d350f07005011b6a07de05bb7dae87ec826 100755 (executable)
@@ -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