Skip to content

Commit

Permalink
show help info
Browse files Browse the repository at this point in the history
  • Loading branch information
JiauZhang committed Mar 26, 2024
1 parent 38b979d commit 8a50571
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ int main(int argc, char **argv)
if (file_status.type() != fs::file_type::regular) {
std::cerr << "Runtime Error:\n";
std::cerr << "\tKconfig file: " << kconfig
<< " is not a regular file!" << std::endl;
<< " is not a regular file!\n" << std::endl;
if (!parser.is_used("--kconfig"))
std::cout << parser << std::endl;
std::exit(1);
}

Expand Down

0 comments on commit 8a50571

Please sign in to comment.