Skip to content

Commit 2a960b5

Browse files
committed
Make -f its own group in -?
1 parent 237ccda commit 2a960b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/cppfront.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ static cmdline_processor::register_flag cmd_cpp1_filename(
117117

118118
static auto flag_print_colon_errors = false;
119119
static cmdline_processor::register_flag cmd_print_colon_errors(
120-
2,
120+
3,
121121
"format-colon-errors",
122122
"Emit ':line:col:' format for error messages",
123123
[]{ flag_print_colon_errors = true; }

0 commit comments

Comments
 (0)