Revision
122866
Author
cal@macports.org
Date
2014-08-01 05:08:39 -0700 (Fri, 01 Aug 2014)

Log Message

base: Improve port help search output.

Modified Paths

Diff

Modified: trunk/base/src/port/port-help.tcl (122865 => 122866)


--- trunk/base/src/port/port-help.tcl	2014-08-01 12:00:11 UTC (rev 122865)
+++ trunk/base/src/port/port-help.tcl	2014-08-01 12:08:39 UTC (rev 122866)
@@ -277,12 +277,18 @@
 set porthelp(search) {
 Search for a port
 
---case-sensitive   match the search string in a case-sensitive manner
---exact   match the literal search string exactly
---glob    treat the given search string as a glob (default)
---line    print each result on a single line
---regex   treat the given search string as a regular expression
---<field> match against <field>, default is '--name --description'
+--case-sensitive    match the search string in a case-sensitive manner
+--exact             match the literal search string exactly
+--glob              treat the given search string as a glob (default)
+--line              print each result on a single line
+--regex             treat the given search string as a regular expression
+--<field>           match against <field>, default is '--name --description'.
+                    Possible values for <field> are category, categories,
+                    depends, depends_build, depends_extract, depends_fetch,
+                    depends_lib, depends_run, description, epoch, homepage,
+                    long_description, maintainer, maintainers, name, platform,
+                    platforms, portdir, revision, variant, variants, and
+                    version.
 }
 
 set porthelp(select) {