@@ -96,7 +96,7 @@ let args_options = Arg.align [
9696 " -prefix" , arg_string (fun p prefix -> { p with prefix = Some (make_prefix prefix) }),
9797 " <dir> Set installation directory to <dir>" ;
9898 " -relocatable" , arg_set (fun p -> { p with prefix = Some RelocatableInstall } ),
99- " Make a relocatable installation" ;
99+ " Make a relocatable installation" ;
100100 " -quiet" , arg_set (fun p -> { p with quiet = true }),
101101 " Don't print variables during configure" ;
102102 " -no-ask" , arg_set (fun p -> { p with interactive = false }),
@@ -125,7 +125,7 @@ let args_options = Arg.align [
125125 no (default): no native compilation available at all
126126 ondemand: -native-compiler option of coqc will default to 'ondemand', stdlib will not be precompiled" ;
127127 " -warn-error" , arg_bool (fun p _warn_error -> warn_warn_error () ; p),
128- " Deprecated option: warnings are now adjusted in the corresponding build tool." ;
128+ " Deprecated option: warnings are now adjusted in the corresponding build tool." ;
129129 " -coqwebsite" , arg_string (fun p coqwebsite -> { p with coqwebsite }),
130130 " URL of the rocq website" ;
131131 " -debug" , arg_set (fun p -> { p with debug = true }), " Enable debug information for package detection"
0 commit comments