* usage.adb: Minor fix to output for -gnaty.
authorRobert Dewar <dewar@gnat.com>
Wed, 31 Oct 2001 00:13:54 +0000 (00:13 +0000)
committerGeert Bosch <bosch@gcc.gnu.org>
Wed, 31 Oct 2001 00:13:54 +0000 (01:13 +0100)
From-SVN: r46661

gcc/ada/ChangeLog
gcc/ada/usage.adb

index 4ac4137820ff95826b8024667ea9be31f8afe077..443a58c473cdbe544d0855d3822165e9d0b861ea 100644 (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, 
index 645743bee6977c57498b040cbccc58a0388157ee..b265a6ce5d7f0007f329697948eb96ee102d6c33 100644 (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:");