|
@@ -314,11 +314,12 @@ let run ~version ~build_info () =
|
|
|
~summary:"OcLaunch program is published under CeCILL licence.\n \
|
|
|
You may run the program with 'licence' command or see \
|
|
|
http://cecill.info/licences/Licence_CeCILL_V2.1-en.html \
|
|
|
- (http://huit.re/TmdOFmQT) for details. More informations here: \
|
|
|
+ (http://lnch.ml/cecill) for details. More here: \
|
|
|
http://oclaunch.eu.org/floss-under-cecill (http://lnch.ml/l)."
|
|
|
- ~readme:(fun () -> "Use 'help' subcommand to get help (it works both \
|
|
|
- after the name of the software and with another subcommand). For \
|
|
|
- further help, see http://oclaunch.eu.org.")
|
|
|
+ ~readme:(fun () ->
|
|
|
+ "Use 'help' subcommand to get help (it works both \
|
|
|
+ after the name of the software and with another subcommand). For \
|
|
|
+ further help, see http://oclaunch.eu.org.")
|
|
|
~preserve_subcommand_order:()
|
|
|
[ ("run", default) ; ("licence", licence) ; ("add", add) ; ("edit", edit)
|
|
|
; ("list", list) ; ("cleanup", clean) ; ("delete", delete)
|