diff gengetopt.in @ 146:c9c508be69b3 powertable

Define a power command-line option; use it to turn on the DB flag. Also enforce strict ordering: only accept power files if the DB has the flag set; error if they're provided and the DB doesn't have the flag.
author mas01cr
date Wed, 31 Oct 2007 10:20:09 +0000
parents 9bcece53de9e
children a564e6d7a30c
line wrap: on
line diff
--- a/gengetopt.in	Tue Oct 30 15:28:48 2007 +0000
+++ b/gengetopt.in	Wed Oct 31 10:20:09 2007 +0000
@@ -14,6 +14,7 @@
 option "DUMP"   D "output all entries: index key size." dependon="database" optional
 option "output" - "output directory" string dependon="DUMP" default="audioDB.dump" optional
 option "L2NORM" L "unit norm vectors and norm all future inserts." dependon="database" optional
+option "POWER"  P "turn on power flag for database." dependon="database" optional
 
 section "Database Insertion" sectiondesc="The following commands insert feature files, with optional keys and timestamps.\n"
 option "INSERT"      I "add feature vectors to an existing database." dependon="features" optional