aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/usage.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2012-07-09 12:41:16 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2012-07-09 12:41:16 +0200
commit31821c0f0338034cb09d16029891d96026d7acee (patch)
treec3d4c712285a58a010546fd5c8e1242a2d990735 /gcc/ada/usage.adb
parent21791d978bc82abe024f14e89daa8b294640e634 (diff)
downloadgcc-31821c0f0338034cb09d16029891d96026d7acee.zip
gcc-31821c0f0338034cb09d16029891d96026d7acee.tar.gz
gcc-31821c0f0338034cb09d16029891d96026d7acee.tar.bz2
[multiple changes]
2012-07-09 Tristan Gingold <gingold@adacore.com> * raise-gcc.c (db_indent): Simplify style, improve comments. Remove !IN_RTS part (dead). 2012-07-09 Robert Dewar <dewar@adacore.com> * usage.adb: Minor change to format of -gnatn line. 2012-07-09 Tristan Gingold <gingold@adacore.com> * a-exexpr-gcc.adb: Reorder routine. From-SVN: r189368
Diffstat (limited to 'gcc/ada/usage.adb')
-rw-r--r--gcc/ada/usage.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/usage.adb b/gcc/ada/usage.adb
index f95e318..59a5899 100644
--- a/gcc/ada/usage.adb
+++ b/gcc/ada/usage.adb
@@ -298,8 +298,8 @@ begin
-- Line for -gnatn switch
- Write_Switch_Char ("n[1|2]");
- Write_Line ("Enable pragma Inline (both within and across units)");
+ Write_Switch_Char ("n[?]");
+ Write_Line ("Enable pragma Inline (both within and across units, ?=1/2)");
-- Line for -gnatN switch