fix warning fix

This commit is contained in:
Jean-Francois Dockes 2020-04-17 15:29:38 +02:00
parent 39c152bada
commit 71b03da3ea

View File

@ -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 "