* usage.adb: Minor fix to output for -gnaty.

From-SVN: r46661
This commit is contained in:
Robert Dewar 2001-10-31 00:13:54 +00:00 committed by Geert Bosch
parent 84bfdde054
commit 1753e0ad5f
2 changed files with 5 additions and 1 deletions

View File

@ -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,

View File

@ -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:");