Parcourir la source

Update help messages

Leo il y a 10 ans
Parent
commit
9a6b6ea072
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      src/command_def.ml

+ 3 - 3
src/command_def.ml

@@ -87,9 +87,9 @@ let args =
 (* 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.\nSee \
+    http://cecill.info/licences/Licence_CeCILL_V2.1-en.html (http://huit.re/TmdOFmQT) for details."
+    ~readme:(fun () -> "See http://oclaunch.tuxfamily.org for help.")
     args
 
     (fun verbosity no_color rc_file_name reset_tmp list_commands add delete number modify num_cmd () ->