diff mbox

[Ada] Add usage line for gnatmake switch -d

Message ID 20140521105012.GA1401@adacore.com
State New
Headers show

Commit Message

Arnaud Charlet May 21, 2014, 10:50 a.m. UTC
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  <celier@adacore.com>

	* makeusg.adb: Add switch -d to usage.
diff mbox

Patch

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");