Skip to content

Commit

Permalink
[CLI] make truncating of IDs default
Browse files Browse the repository at this point in the history
  • Loading branch information
h-2 committed Nov 27, 2015
1 parent b4e5c84 commit 2975f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ parseCommandLine(LambdaIndexerOptions & options, int argc, char const ** argv)
ArgParseArgument::STRING,
"STR"));
setValidValues(parser, "truncate-ids", "on off");
setDefaultValue(parser, "truncate-ids", "off");
setDefaultValue(parser, "truncate-ids", "on");

addSection(parser, "Alphabets and Translation");
addOption(parser, ArgParseOption("p", "program",
Expand Down

0 comments on commit 2975f12

Please sign in to comment.