[Ada] Fix documentation for GNAT.Command_Line.Exit_From_Command_Line
authorBob Duff <duff@adacore.com>
Tue, 20 Aug 2019 09:47:49 +0000 (09:47 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Tue, 20 Aug 2019 09:47:49 +0000 (09:47 +0000)
2019-08-20  Bob Duff  <duff@adacore.com>

gcc/ada/

* libgnat/g-comlin.ads (Exit_From_Command_Line): Fix
documentation for GNAT.Command_Line.

From-SVN: r274715

gcc/ada/ChangeLog
gcc/ada/libgnat/g-comlin.ads

index ef75e84c6a636f69d86221653f2232dd33ab4891..91128b41d261a01db78e9bface1b26ae37db99a4 100644 (file)
@@ -1,3 +1,8 @@
+2019-08-20  Bob Duff  <duff@adacore.com>
+
+       * libgnat/g-comlin.ads (Exit_From_Command_Line): Fix
+       documentation for GNAT.Command_Line.
+
 2019-08-20  Pierre-Marie de Rodat  <derodat@adacore.com>
 
        PR ada/91492
index 3708c37b842b04fbd1bfde88f429ea8a2851d68a..188b03506ad7ffe2e2f8469b70ae8cd26c8bc738 100644 (file)
@@ -731,8 +731,8 @@ package GNAT.Command_Line is
    --  Full_Switch omits the first leading '-'.
 
    Exit_From_Command_Line : exception;
-   --  Emitted when the program should exit. This is called when Getopt below
-   --  has seen -h, --help or an invalid switch.
+   --  Raised when the program should exit because Getopt below has seen
+   --  a -h or --help switch.
 
    procedure Getopt
      (Config      : Command_Line_Configuration;