diff options
| -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 |
