aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ml
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-05-20 15:43:20 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-05-20 15:43:51 +0200
commit87078054ad8af4dfb42c70f3460ef6cc01d48c5c (patch)
treec742b2d457e12bff2bc73882d27b94143d753bd0 /configure.ml
parentaae960fc0ed0a3a8d244c1c3d7c5363c17044cbc (diff)
Deprecate -nodoc.
Diffstat (limited to 'configure.ml')
-rw-r--r--configure.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ml b/configure.ml
index 5330da7d3..679f52417 100644
--- a/configure.ml
+++ b/configure.ml
@@ -328,7 +328,7 @@ let args_options = Arg.align [
"-browser", arg_string_option Prefs.browser,
"<command> Use <command> to open URL %s";
"-nodoc", Arg.Clear Prefs.withdoc,
- " Do not compile the documentation";
+ " Deprecated: use -with-doc no instead";
"-with-doc", arg_bool Prefs.withdoc,
"(yes|no) Compile the documentation or not";
"-with-geoproof", arg_bool Prefs.geoproof,