Make diff(1) follow traditional UNIX SOP of later options nullify earlier
options that are mutually exclusive.
This commit is contained in:
parent
44e5f34aa2
commit
a1ccaaff09
@ -785,9 +785,6 @@ static void
|
||||
specify_style (style)
|
||||
enum output_style style;
|
||||
{
|
||||
if (output_style != OUTPUT_NORMAL
|
||||
&& output_style != style)
|
||||
error ("conflicting specifications of output style", 0, 0);
|
||||
output_style = style;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user