summaryrefslogtreecommitdiff
path: root/gcc/ada/clean.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/clean.adb')
-rw-r--r--gcc/ada/clean.adb7
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ada/clean.adb b/gcc/ada/clean.adb
index 2a02c84e611..bbe84edf61b 100644
--- a/gcc/ada/clean.adb
+++ b/gcc/ada/clean.adb
@@ -1637,10 +1637,12 @@ package body Clean is
Source_Index : Int := 0;
Index : Positive;
+ procedure Check_Version_And_Help is new Check_Version_And_Help_G (Usage);
+
begin
-- First, check for --version and --help
- Check_Version_And_Help ("GNATCLEAN", "2003", Usage'Access);
+ Check_Version_And_Help ("GNATCLEAN", "2003");
Index := 1;
while Index <= Last loop
@@ -1970,6 +1972,9 @@ package body Clean is
"for GNAT Project Files");
New_Line;
+ Put_Line (" -aPdir Add directory dir to project search path");
+ New_Line;
+
Put_Line (" -aOdir Specify ALI/object files search path");
Put_Line (" -Idir Like -aOdir");
Put_Line (" -I- Don't look for source/library files " &