Commit e1976249 by Bob Duff Committed by Pierre-Marie de Rodat

[Ada] Fix documentation for GNAT.Command_Line.Exit_From_Command_Line

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
parent ca19ff23
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment