Skip to content

Commit

Permalink
Driver.cpp: add space in color-diagnostics description (#890)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdp2110 authored Feb 9, 2024
1 parent 3ddb9b3 commit ac5989e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/driver/Driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ void Driver::addStandardArgs() {
// Diagnostics control
cmdLine.add("-W", options.warningOptions, "Control the specified warning", "<warning>");
cmdLine.add("--color-diagnostics", options.colorDiags,
"Always print diagnostics in color."
"Always print diagnostics in color. "
"If this option is unset, colors will be enabled if a color-capable "
"terminal is detected.");
cmdLine.add("--diag-column", options.diagColumn, "Show column numbers in diagnostic output.");
Expand Down

0 comments on commit ac5989e

Please sign in to comment.