You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Header_File_constructor.cpp
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -248,7 +248,8 @@ void print_help() {
248
248
std::cout << " Relocate the input file path in \"#line\" to the specified path" << std::endl;
249
249
std::cout << " -f, --format" << std::endl;
250
250
std::cout << " Format the line beginning" << std::endl;
251
-
std::cout << " This will result in a better looking output file, but the number of columns in the compilation warning will not match the source file." << std::endl;
251
+
std::cout << " This will result in a better looking output file," << std::endl;
252
+
std::cout << " but the number of columns in the compilation warning will not match the source file." << std::endl;
252
253
std::cout << " -s, --std-out" << std::endl;
253
254
std::cout << " Output to standard output" << std::endl;
254
255
std::cout << "if in_file is a directory, out_file must be a directory or not exist," << std::endl;
0 commit comments