diff options
Diffstat (limited to 'gcc/ada/bindusg.adb')
-rw-r--r-- | gcc/ada/bindusg.adb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/bindusg.adb b/gcc/ada/bindusg.adb index 23840d3048c..e9d39504af1 100644 --- a/gcc/ada/bindusg.adb +++ b/gcc/ada/bindusg.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2011, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2012, 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- -- @@ -76,9 +76,10 @@ package body Bindusg is Write_Line (" -a Automatically initialize elaboration " & "procedure"); - -- Line for -A switch + -- Lines for -A switch Write_Line (" -A Give list of ALI files in partition"); + Write_Line (" -A=file Write ALI file list to named file"); -- Line for -b switch |