This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Ada] Fix usage informatio for -gnaty


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]