diff --git a/src/client/main_params.cpp b/src/client/main_params.cpp index bcfd69c1..a08899e7 100644 --- a/src/client/main_params.cpp +++ b/src/client/main_params.cpp @@ -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("", "disbifsampl", false, "Disable bifocal sampling (accurate but expensive). Default is false", false); - query_options.add("", "allowPartials", false, + query_options.add("", "enablePartials", false, "Allow creation of partial indices (for instance when only one index is present). Default is false", false); /***** LOAD *****/