A new line is added in the gnatmake usage for switch -d: -d Display compilation progress
Tested on x86_64-pc-linux-gnu, committed on trunk 2014-05-21 Vincent Celier <cel...@adacore.com> * makeusg.adb: Add switch -d to usage.
Index: makeusg.adb =================================================================== --- makeusg.adb (revision 210687) +++ makeusg.adb (working copy) @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2011, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2014, 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- -- @@ -86,6 +86,11 @@ "invoke compiler with mapping file mapp"); Write_Eol; + -- Line for -d + + Write_Str (" -d Display compilation progress"); + Write_Eol; + -- Line for -D Write_Str (" -D dir Specify dir as the object directory");