Browse Source

Improve doc in the command line

Leo 10 years ago
parent
commit
6648513cbe
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/oclaunch.ml

+ 3 - 2
src/oclaunch.ml

@@ -55,8 +55,9 @@ let tmp_content = Tmp_file.init ~tmp:Const.tmp_file;;
 (* Define commands *)
 let commands =
   Command.basic
-    ~summary:"OcLaunch program is published under CeCILL licence. See https://gitlab.com/WzukW/oclaunch for details"
-    ~readme:(fun () -> "See https://gitlab.com/WzukW/oclaunch for help")
+    ~summary:"OcLaunch program is published under CeCILL licence. See
+    https://gitlab.com/WzukW/oclaunch for details."
+    ~readme:(fun () -> "See https://gitlab.com/WzukW/oclaunch for help.")
     (* TODO if number is out of the mist, return error message *)
     Command.Spec.(empty
     +> flag ~aliases:["-reset-tmp" ; "-r"] "--reset-tmp" no_arg