From: Sandro Santilli <strk@keybit.net>
Date: Thu, 23 Dec 2004 14:48:25 +0000 (+0000)
Subject: Fixed help string, and added a TODO item
X-Git-Tag: pgis_1_0_0RC1~122
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53973c86b648c105f3ab7a24dff25f920d5a10c2;p=postgis

Fixed help string, and added a TODO item


git-svn-id: http://svn.osgeo.org/postgis/trunk@1182 b70326c6-7e19-0410-871a-916f4a2858ee
---

diff --git a/utils/test_joinestimation.pl b/utils/test_joinestimation.pl
index 0686cd177..1b29e1ecc 100755
--- a/utils/test_joinestimation.pl
+++ b/utils/test_joinestimation.pl
@@ -4,8 +4,7 @@
 # 
 # TODO:
 #
-#	accept a finer boxesPerSide specification
-#	eg. 1-3 or 1-32/5
+# Apply oid filters on table2
 #
 
 use Pg;
@@ -16,7 +15,7 @@ sub usage
 {
 	local($me) = `basename $0`;
 	chop($me);
-	print STDERR "$me [-v] [-vacuum] <table1> <col1> <table2> <col2>\n";
+	print STDERR "$me [-v] [-vacuum] <table1> <table2> [<col1>] [<col2>]\n";
 }
 
 $TABLE1='';
@@ -257,6 +256,9 @@ sub get_num_rows
 
 # 
 # $Log$
+# Revision 1.2  2004/12/23 14:48:25  strk
+# Fixed help string, and added a TODO item
+#
 # Revision 1.1  2004/12/22 17:02:17  strk
 # initial revision
 #