summaryrefslogtreecommitdiff
path: root/colm/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'colm/main.cc')
-rw-r--r--colm/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/colm/main.cc b/colm/main.cc
index 6eef7516..a8ba663b 100644
--- a/colm/main.cc
+++ b/colm/main.cc
@@ -453,7 +453,7 @@ bool inSourceTree( const char *argv0 )
void processArgs( int argc, const char **argv )
{
- ParamCheck pc( "cD:e:E:I:vdlio:S:M:vHh?-:sV", argc, argv );
+ ParamCheck pc( "cD:e:x:I:vdlio:S:M:vHh?-:sV", argc, argv );
while ( pc.check() ) {
switch ( pc.state ) {