[70304] branches/gsoc10-mpwa/bin/new_ports

jrozner at macports.org jrozner at macports.org
Thu Aug 5 11:35:51 PDT 2010


Revision: 70304
          http://trac.macports.org/changeset/70304
Author:   jrozner at macports.org
Date:     2010-08-05 11:35:50 -0700 (Thu, 05 Aug 2010)
Log Message:
-----------
Fixed usage again

Modified Paths:
--------------
    branches/gsoc10-mpwa/bin/new_ports

Modified: branches/gsoc10-mpwa/bin/new_ports
===================================================================
--- branches/gsoc10-mpwa/bin/new_ports	2010-08-05 18:33:33 UTC (rev 70303)
+++ branches/gsoc10-mpwa/bin/new_ports	2010-08-05 18:35:50 UTC (rev 70304)
@@ -3,9 +3,6 @@
 # Run the Tcl interpreter \
 exec /usr/bin/tclsh "$0" "$@"
 
-# Traverse through all ports, outputting out their info if they are older than a specified time
-# $Id: portindex.tcl 68413 2010-06-03 03:26:35Z jmr at macports.org $
-
 catch {source \
     [file join "/Library/Tcl" macports1.0 macports_fastload.tcl]}
 package require macports
@@ -23,7 +20,7 @@
 # Standard procedures
 proc print_usage args {
     global argv0
-    puts "Usage: $argv0 \[-dm\] \<directory\>"
+    puts "Usage: $argv0 \[-d\] -m <time> \<directory\>"
     puts "-d:\tOutput debugging information"
     puts "-m:\tOutput ports newer than the given mtime"
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100805/a63c2b3d/attachment.html>


More information about the macports-changes mailing list