Skip to content

Commit fd1bad4

Browse files
committed
Update
1 parent 04b9b4c commit fd1bad4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Header_File_constructor.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,8 @@ void print_help() {
248248
std::cout << " Relocate the input file path in \"#line\" to the specified path" << std::endl;
249249
std::cout << " -f, --format" << std::endl;
250250
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;
252253
std::cout << " -s, --std-out" << std::endl;
253254
std::cout << " Output to standard output" << std::endl;
254255
std::cout << "if in_file is a directory, out_file must be a directory or not exist," << std::endl;

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Options:
1515
Relocate the input file path in "#line" to the specified path
1616
-f, --format
1717
Format the line beginning
18-
This will result in a better looking output file, but the number of columns in the compilation warning will not match the source file.
18+
This will result in a better looking output file,
19+
but the number of columns in the compilation warning will not match the source file.
1920
-s, --std-out
2021
Output to standard output
2122
if in_file is a directory, out_file must be a directory or not exist,

0 commit comments

Comments
 (0)