Columns NOT numbered from zero (unless -z given).
authorrich <rich>
Fri, 24 Nov 2006 10:09:56 +0000 (10:09 +0000)
committerrich <rich>
Fri, 24 Nov 2006 10:09:56 +0000 (10:09 +0000)
csvtool.ml

index f6c1184..edfaedd 100644 (file)
@@ -1,5 +1,5 @@
 (* Handy tool for managing CSV files.
- * $Id: csvtool.ml,v 1.5 2006-10-24 10:09:33 rich Exp $
+ * $Id: csvtool.ml,v 1.6 2006-11-24 10:09:56 rich Exp $
  *)
 
 open Printf
@@ -300,8 +300,7 @@ Summary:
 
 Commands:
   col <column-spec>
-    Return one or more columns from the CSV file.  Columns are numbered
-    starting from zero.
+    Return one or more columns from the CSV file.
 
     For <column-spec>, see below.