[98313] trunk/base/src/port/port-help.tcl

jmr at macports.org jmr at macports.org
Tue Oct 2 14:19:33 PDT 2012


Revision: 98313
          http://trac.macports.org//changeset/98313
Author:   jmr at macports.org
Date:     2012-10-02 14:19:33 -0700 (Tue, 02 Oct 2012)
Log Message:
-----------
add help for uninstall actionflags --follow-dependents and --follow-dependencies

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

Modified: trunk/base/src/port/port-help.tcl
===================================================================
--- trunk/base/src/port/port-help.tcl	2012-10-02 21:02:17 UTC (rev 98312)
+++ trunk/base/src/port/port-help.tcl	2012-10-02 21:19:33 UTC (rev 98313)
@@ -345,7 +345,14 @@
 set porthelp(uninstall) {
 Uninstall the given ports
 
---no-exec   Do not execute any stored pre- or post-uninstall procedures
+--follow-dependents     Recursively uninstall all ports that depend on the
+                        specified port before uninstalling the port itself.
+--follow-dependencies   Also recursively uninstall all ports that the
+                        specified port depended on. This will not uninstall
+                        dependencies that are marked as requested or that
+                        have other dependents.
+--no-exec               Do not execute any stored pre- or post-uninstall
+                        procedures.
 }
 
 set porthelp(unload) $porthelp(load)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121002/7a33fb0d/attachment.html>


More information about the macports-changes mailing list