Revision
98313
Author
jmr@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

Diff

Modified: trunk/base/src/port/port-help.tcl (98312 => 98313)


--- 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)