# HG changeset patch # User mas01cr # Date 1216289202 0 # Node ID 152bd8ee12e22841a5c006a2fc13a09cffd75c3b # Parent 8fcc7c590a0e2e5be1bc3a6da6f4ac1635dc8c0b Don't take away the -X shortcut for sampling: make it easier to merge in indexing. diff -r 8fcc7c590a0e -r 152bd8ee12e2 gengetopt.in --- a/gengetopt.in Wed Jul 16 18:28:28 2008 +0000 +++ b/gengetopt.in Thu Jul 17 10:06:42 2008 +0000 @@ -27,7 +27,7 @@ section "Database Information" sectiondesc="Information about databases." option "STATUS" S "output database information to stdout." dependon="database" optional -option "SAMPLE" X "sample statistics for database." dependon="database" optional +option "SAMPLE" - "sample statistics for database." dependon="database" optional option "nsamples" - "number of pairwise samples to take." dependon="SAMPLE" int typestr="number" default="2000" optional section "Database Insertion" sectiondesc="The following commands insert feature files, with optional keys and timestamps.\n"