Skip to content

Commit

Permalink
Addressing issue #12
Browse files Browse the repository at this point in the history
  • Loading branch information
CerielJacobs committed Mar 17, 2022
1 parent 6f14e1b commit 0cd9073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/main_params.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ bool initParams(int argc, const char** argv, ProgramArgs &vm) {
"Retrieve the original values of the results of query. Default is true", false);
query_options.add<bool>("", "disbifsampl", false,
"Disable bifocal sampling (accurate but expensive). Default is false", false);
query_options.add<bool>("", "allowPartials", false,
query_options.add<bool>("", "enablePartials", false,
"Allow creation of partial indices (for instance when only one index is present). Default is false", false);

/***** LOAD *****/
Expand Down

0 comments on commit 0cd9073

Please sign in to comment.