Skip to content

Commit 2975f12

Browse files
committed
[CLI] make truncating of IDs default
1 parent b4e5c84 commit 2975f12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/options.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ parseCommandLine(LambdaIndexerOptions & options, int argc, char const ** argv)
10011001
ArgParseArgument::STRING,
10021002
"STR"));
10031003
setValidValues(parser, "truncate-ids", "on off");
1004-
setDefaultValue(parser, "truncate-ids", "off");
1004+
setDefaultValue(parser, "truncate-ids", "on");
10051005

10061006
addSection(parser, "Alphabets and Translation");
10071007
addOption(parser, ArgParseOption("p", "program",

0 commit comments

Comments
 (0)