usage.adb: Minor change to avoid overlong line for -gnatwz/Z
authorRobert Dewar <dewar@adacore.com>
Wed, 20 Aug 2008 12:33:17 +0000 (14:33 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 20 Aug 2008 12:33:17 +0000 (14:33 +0200)
2008-08-20  Robert Dewar  <dewar@adacore.com>

* usage.adb: Minor change to avoid overlong line for -gnatwz/Z

From-SVN: r139279

gcc/ada/usage.adb

index 7478010..22a0813 100644 (file)
@@ -457,10 +457,10 @@ begin
    Write_Line ("        .X*  turn off warnings for non-local exception");
    Write_Line ("        y*   turn on warnings for Ada 2005 incompatibility");
    Write_Line ("        Y    turn off warnings for Ada 2005 incompatibility");
-   Write_Line ("        z*   turn on warnings for convention/size/align " &
-                               "mismatch on unchecked conversion");
-   Write_Line ("        Z    turn off warnings for convention/size/align " &
-                               "mismatch on unchecked conversion");
+   Write_Line ("        z*   turn on warnings for suspicious " &
+                                                  "unchecked conversion");
+   Write_Line ("        Z    turn off warnings for suspicious " &
+                                                  "unchecked conversion");
    Write_Line ("        *    indicates default in above list");
 
    --  Line for -gnatW switch