Skip to content

Commit

Permalink
[issue1084] Print command line usage errors to stderr.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp authored Oct 3, 2023
1 parent 7c78ba5 commit 2053678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search/command_line.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ using namespace std;

NO_RETURN
static void input_error(const string &msg) {
utils::g_log << msg << endl;
cerr << msg << endl;
utils::exit_with(utils::ExitCode::SEARCH_INPUT_ERROR);
}

Expand Down

0 comments on commit 2053678

Please sign in to comment.