diff --git a/src/mlpack/methods/neighbor_search/allknn_main.cpp b/src/mlpack/methods/neighbor_search/allknn_main.cpp index 18eae03839..fbe9bad829 100644 --- a/src/mlpack/methods/neighbor_search/allknn_main.cpp +++ b/src/mlpack/methods/neighbor_search/allknn_main.cpp @@ -111,8 +111,8 @@ int main(int argc, char *argv[]) Log::Warn << "--random_basis (-R) will be ignored because " << "--input_model_file is specified." << endl; if (CLI::HasParam("naive")) - Log::Warn << "--naive (-N) will be ignored because --input_model_file " - << "is specified" << endl; + Log::Warn << "--naive (-N) will be ignored because --input_model_file is " + << "specified." << endl; } // The user should give something to do...