Taddeus Kroes 11 년 전
부모
커밋
231793c268
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 4
      main.mli

+ 3 - 4
main.mli

@@ -1,9 +1,8 @@
 (** Main module, parses command-line arguments and cycles through phases. *)
 (** Command-line arguments are first parsed and the result saved them in
-    {!Globals.args}. Then all phases are executed successively. Run
-    [./civicc -help] in a terminal to see the available command-line options.
-    Exceptions defined in {!Types} are caught and error messages printed
-    accordingly. *)
+    {!Globals.args}. Then all phases are executed successively. Run [./civcc -h]
+    in a terminal to see the available command-line options.  Exceptions defined
+    in {!Types} are caught and error messages printed accordingly. *)
 
 (** Main function of a phase. Each phase exports a function of this signature
     that is called by the main module. *)