OSDN Git Service

* usage.adb: Minor fix to output for -gnaty.
authorbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Oct 2001 00:13:54 +0000 (00:13 +0000)
committerbosch <bosch@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 31 Oct 2001 00:13:54 +0000 (00:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46661 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 4ac4137..443a58c 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 645743b..b265a6c 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:");