summaryrefslogtreecommitdiff
path: root/gcc/ada/bindusg.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/bindusg.adb')
-rw-r--r--gcc/ada/bindusg.adb12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/bindusg.adb b/gcc/ada/bindusg.adb
index 60deb26b374..667c982efb9 100644
--- a/gcc/ada/bindusg.adb
+++ b/gcc/ada/bindusg.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2005 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2005, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -132,17 +132,17 @@ begin
Write_Str ("renamed to xyzinit/final, implies -n");
Write_Eol;
- -- Line for -M switch
-
- Write_Str (" -Mxyz Rename generated main program from main to xyz");
- Write_Eol;
-
-- Line for -m switch
Write_Str (" -mnnn Limit number of detected error");
Write_Str ("s to nnn (1-999999)");
Write_Eol;
+ -- Line for -M switch
+
+ Write_Str (" -Mxyz Rename generated main program from main to xyz");
+ Write_Eol;
+
-- Line for -n switch
Write_Str (" -n No Ada main program (foreign main routine)");