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)