Merge branch 'develop' into feature/localTime

This commit is contained in:
Shahram Najm 2021-03-10 15:29:00 +00:00
commit 91379a838d
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ int grib_tool_init(grib_runtime_options* options)
options->dump_mode = "default";
if (opt > 1) {
printf("%s: simultaneous j/O/D options not allowed\n", tool_name);
fprintf(stderr, "%s: simultaneous j/O/D options not allowed\n", tool_name);
exit(1);
}