From 71b03da3eaaed9368964c44b7419e6c8097b58c8 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Fri, 17 Apr 2020 15:29:38 +0200 Subject: [PATCH] fix warning fix --- src/index/recollindex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index/recollindex.cpp b/src/index/recollindex.cpp index 75fddc5b..785a592f 100644 --- a/src/index/recollindex.cpp +++ b/src/index/recollindex.cpp @@ -646,7 +646,7 @@ int main(int argc, char **argv) aremain = args.size() - argidx; if (op_flags & OPT_h) - Usage(stdout); + Usage(); #ifndef RCL_MONITOR if (op_flags & (OPT_m | OPT_w|OPT_x)) { cerr << "Sorry, -m not available: real-time monitoring was not "