Browse Source

* Fixed usage

michael 26 years ago
parent
commit
6284bb028d
1 changed files with 6 additions and 2 deletions
  1. 6 2
      utils/ppdep.pp

+ 6 - 2
utils/ppdep.pp

@@ -521,7 +521,8 @@ var
     Writeln('                             (default ppu)');
     Writeln('                             (default ppu)');
     Writeln('                -V           Be more verbose');
     Writeln('                -V           Be more verbose');
     Writeln('          -? or -H           This HelpScreen');
     Writeln('          -? or -H           This HelpScreen');
-    Writeln('                -A[call]     Add compiler calls to makefile');
+    Writeln('                -A[call]     Add compiler calls to makefile (all files)');
+    Writeln('                -F[call]     Add compiler calls to makefile (only top file)');
     halt(1);
     halt(1);
   end;
   end;
 
 
@@ -578,7 +579,10 @@ end.
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.1  1999-05-12 16:11:39  peter
+  Revision 1.2  1999-06-08 20:24:53  michael
+  * Fixed usage
+
+  Revision 1.1  1999/05/12 16:11:39  peter
     * moved
     * moved
 
 
   Revision 1.1  1999/05/03 18:03:15  peter
   Revision 1.1  1999/05/03 18:03:15  peter