[46109] trunk/base

jmr at macports.org jmr at macports.org
Thu Jan 29 10:56:28 PST 2009


Revision: 46109
          http://trac.macports.org/changeset/46109
Author:   jmr at macports.org
Date:     2009-01-29 10:56:28 -0800 (Thu, 29 Jan 2009)
Log Message:
-----------
Improve docs for 'port clean'

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

Modified: trunk/base/doc/port.1
===================================================================
--- trunk/base/doc/port.1	2009-01-29 18:52:35 UTC (rev 46108)
+++ trunk/base/doc/port.1	2009-01-29 18:56:28 UTC (rev 46109)
@@ -387,6 +387,7 @@
 To just remove the work files, use the
 .Fl -work
 .Ar actionflag .
+This is the default when no flag is given.
 To remove the distribution files (tarballs, etc), specify
 .Fl -dist .
 To remove the archive(s) for the current version of a port, pass

Modified: trunk/base/src/port/port-help.tcl
===================================================================
--- trunk/base/src/port/port-help.tcl	2009-01-29 18:52:35 UTC (rev 46108)
+++ trunk/base/src/port/port-help.tcl	2009-01-29 18:56:28 UTC (rev 46109)
@@ -36,9 +36,9 @@
 set porthelp(clean) {
 Removes file associates with given ports
 
---archives    Removes created archives
+--archive     Removes created archives
 --dist        Removes downloaded distfiles
---work        Removes work directory
+--work        Removes work directory (default)
 --all         Removes everything from above
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090129/89094148/attachment.html>


More information about the macports-changes mailing list