This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[Ada] Fix usage informatio for -gnaty
- To: gcc-patches at gcc dot gnu dot org
- Subject: [Ada] Fix usage informatio for -gnaty
- From: bosch at gnat dot com
- Date: Tue, 30 Oct 2001 19:13:25 -0500 (EST)
Checked in for Robert. Tested on GNU Linux/x86.
-Geert
2001-10-30 Robert Dewar <dewar@gnat.com>
* usage.adb: Minor fix to output for -gnaty.
*** usage.adb 2001/09/28 11:23:28 1.117
--- usage.adb 2001/10/13 17:08:52 1.118
***************
*** 365,371 ****
-- Lines for -gnaty switch
Write_Switch_Char ("y");
! Write_Line ("Enable all style checks");
Write_Switch_Char ("yxx");
Write_Line ("Enable selected style checks xx = list of parameters:");
--- 365,371 ----
-- Lines for -gnaty switch
Write_Switch_Char ("y");
! Write_Line ("Enable all style checks except 'o', indent=3");
Write_Switch_Char ("yxx");
Write_Line ("Enable selected style checks xx = list of parameters:");