[67307] trunk/base/src/port

jmr at macports.org jmr at macports.org
Tue May 4 21:21:51 PDT 2010


Revision: 67307
          http://trac.macports.org/changeset/67307
Author:   jmr at macports.org
Date:     2010-05-04 21:21:48 -0700 (Tue, 04 May 2010)
Log Message:
-----------
consistently use "action" rather than "command" in help

Modified Paths:
--------------
    trunk/base/src/port/port-help.tcl
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port-help.tcl
===================================================================
--- trunk/base/src/port/port-help.tcl	2010-05-05 02:05:18 UTC (rev 67306)
+++ trunk/base/src/port/port-help.tcl	2010-05-05 04:21:48 UTC (rev 67307)
@@ -168,7 +168,7 @@
 }
 
 set porthelp(help) {
-Displays short help texts for the given commands
+Displays short help texts for the given actions
 }
 
 set porthelp(info) {
@@ -274,7 +274,7 @@
 specifying any version.
 
 One example is the set of python ports, where there are (among others)
-python25, python26, and python30.  The select command lets you set which
+python25, python26, and python30.  The select action lets you set which
 of these becomes the version run when you simply use 'python'.
 
 <arguments> must include the group upon which to be acted, and may include

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2010-05-05 02:05:18 UTC (rev 67306)
+++ trunk/base/src/port/port.tcl	2010-05-05 04:21:48 UTC (rev 67307)
@@ -78,7 +78,7 @@
         set cmds "$cmds$new"
     }
 
-    set cmdText "Supported commands
+    set cmdText "Supported actions
 ------------------
 $cmds
 "
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100504/6acf4791/attachment-0001.html>


More information about the macports-changes mailing list