aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorpboutill2011-11-21 16:58:22 +0000
committerpboutill2011-11-21 16:58:22 +0000
commit36404268502d43a657c1cdc4bcb7bbdc972b6c56 (patch)
tree94a415189fdd0dde13baf13fa4b8958d20b632ed /scripts
parent7eb1e564f9f473589c49c76c29cd2a33e09f1e7c (diff)
-user option removal
it is imcompatible with the freedesktop policy that config directory is private. Feel absolutly free to revert this commit if you think -user should stay git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14713 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'scripts')
-rw-r--r--scripts/coqc.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/coqc.ml b/scripts/coqc.ml
index 688f7c32a9..dfcb9c1889 100644
--- a/scripts/coqc.ml
+++ b/scripts/coqc.ml
@@ -131,7 +131,7 @@ let parse_args () =
| ("-?"|"-h"|"-H"|"-help"|"--help") :: _ -> usage ()
| ("-outputstate"|"-inputstate"|"-is"
|"-load-vernac-source"|"-l"|"-load-vernac-object"
- |"-load-ml-source"|"-require"|"-load-ml-object"|"-user"
+ |"-load-ml-source"|"-require"|"-load-ml-object"
|"-init-file"|"-dump-glob"|"-compat"|"-coqlib" as o) :: rem ->
begin
match rem with