changeset 288:152bd8ee12e2

Don't take away the -X shortcut for sampling: make it easier to merge in indexing.
author mas01cr
date Thu, 17 Jul 2008 10:06:42 +0000
parents 8fcc7c590a0e
children 9127c33326f8
files gengetopt.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"