Revision: 70303 http://trac.macports.org/changeset/70303 Author: jrozner@macports.org Date: 2010-08-05 11:33:33 -0700 (Thu, 05 Aug 2010) Log Message: ----------- Fixed usage statement 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:13:00 UTC (rev 70302) +++ branches/gsoc10-mpwa/bin/new_ports 2010-08-05 18:33:33 UTC (rev 70303) @@ -23,7 +23,7 @@ # Standard procedures proc print_usage args { global argv0 - puts "Usage: $argv0 \[-dm\] \[directory\]" + puts "Usage: $argv0 \[-dm\] \<directory\>" puts "-d:\tOutput debugging information" puts "-m:\tOutput ports newer than the given mtime" }
participants (1)
-
jrozner@macports.org