Clarify error msg for Bug #113423. Make partial name searches the default for Bug...
authorfuzzyray <fuzzyray@gentoo.org>
Wed, 7 Dec 2005 18:38:51 +0000 (18:38 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Wed, 7 Dec 2005 18:38:51 +0000 (18:38 -0000)
svn path=/; revision=264

trunk/src/equery/equery

index 8807ee0324732a56c831ea5f359260f89f4cf65e..0945cf81e993991f90250d77ea5be6cd4fedf380 100755 (executable)
@@ -1160,7 +1160,6 @@ class CmdListPackages(Command):
                                opts["includeMasked"] = 0
                        elif x in ["-f", "--full-regex"]:
                                opts["regex"] = 1
-                               opts["exact"] = 1
                        elif x in ["-e", "--exact-name"]:
                                opts["exact"] = 1
                        elif x in ["-d", "--duplicates"]:
@@ -1648,6 +1647,9 @@ if __name__ == "__main__":
                                print_error("   >  >=  =  <=  <")
                                print_error("Example to only match gcc versions greater or equal 3.2:")
                                print_error("   >=sys-devel/gcc-3.2")
+                               print_error("")
+                               print_error("Note: The symbols > and < are used for redirection in the shell")
+                               print_error("and must be quoted if either one is used.")
                                
                        else:
                                print_error("Internal portage error, terminating")