* usage.adb: Minor fix to output for -gnaty.
From-SVN: r46661
This commit is contained in:
parent
84bfdde054
commit
1753e0ad5f
@ -1,3 +1,7 @@
|
||||
2001-10-30 Robert Dewar <dewar@gnat.com>
|
||||
|
||||
* usage.adb: Minor fix to output for -gnaty.
|
||||
|
||||
2001-10-30 Ed Schonberg <schonber@gnat.com>
|
||||
|
||||
* a-reatim.ads: Makes Seconds_Count into a 64-bit integer,
|
||||
|
@ -365,7 +365,7 @@ begin
|
||||
-- Lines for -gnaty switch
|
||||
|
||||
Write_Switch_Char ("y");
|
||||
Write_Line ("Enable all style checks");
|
||||
Write_Line ("Enable all style checks except 'o', indent=3");
|
||||
|
||||
Write_Switch_Char ("yxx");
|
||||
Write_Line ("Enable selected style checks xx = list of parameters:");
|
||||
|
Loading…
Reference in New Issue
Block a user