listEns
changeset 1 a3b6a908dec5
parent 0 229a0d72d2ab
child 5 29faa9e6226c
--- a/listEns
+++ b/listEns
@@ -2,9 +2,9 @@
 #======================================================================
 #                    L I S T E N S 
 #                    doc: Sat Jan 18 18:41:49 2003
-#                    dlm: Thu Jul 30 17:42:09 2009
+#                    dlm: Sun Aug 15 10:29:12 2010
 #                    (c) 2003 A.M. Thurnherr
-#                    uE-Info: 247 47 NIL 0 0 72 2 2 4 NIL ofnI
+#                    uE-Info: 34 35 NIL 0 0 72 2 2 4 NIL ofnI
 #======================================================================
 
 # Print useful info from the ensemble list or dump ensembles to
@@ -31,6 +31,7 @@
 #				  - restructured for simplicity
 #	Mar  2, 2009: - added # of valid bin-1 vels to non-ANTS output
 #	Jul 30, 2009: - NaN => nan
+#	Aug 15, 2010: - BUG: usage typo
 
 # Notes:
 #	- -E outputs data in earth coordinates
@@ -45,7 +46,7 @@
 die("Usage: $0 [-A)nts] [-Q)uiet (errcheck only)] " .
 			  "[-f)ields <[name=]FIELD[,...]>] " .
 			  "[write -E)nsemples <pref> [-M)agnetic <declination>] [min -p)ercent-good <#>]] " .
-			  "[-r)ange <first_ens,last_ens>] [in-w)ater ensembles only]" .
+			  "[-r)ange <first_ens,last_ens>] [in-w)ater ensembles only] " .
 			  "<RDI file...>\n")
 	unless (&Getopts("AE:f:M:p:Qr:w") && $#ARGV >= 0);