The following commit has been merged in the master branch:
commit b7be02673eed76809325adc4d5d502d697dd5b8e
Author: Ralf Treinen <[email protected]>
Date: Mon May 24 21:40:49 2010 +0200
better description of options in -help output
diff --git a/distcheck/common.ml b/distcheck/common.ml
index 186610a..e42672e 100644
--- a/distcheck/common.ml
+++ b/distcheck/common.ml
@@ -262,8 +262,8 @@ let speclist = ref [
("-explain", Set explain_results, "Explain the results");
("-failures", Clear show_successes, "Only show failures");
("-successes", Clear show_failures, "Only show successes");
- ("-i", String (add_source true), "Additional binary package control
file providing packages that are checked and used for resolving dependencies");
- ("-I", String (add_source false), "Additional binary package control
file providing packages that are NOT checked but used only for resolving
dependencies");
+ ("-i", String (add_source true), "Additional input file providing
control stanzas of packages that are checked and used for resolving
dependencies");
+ ("-I", String (add_source false), "Additional input file providing
control stanzas of packages that are NOT checked but used only for resolving
dependencies");
("-checkonly",
String (fun s -> units_to_check := Util.split_at ',' s;
units_to_check_set := true),
"Check only these packages");
--
pkglab packaging
_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-ocaml-maint-commits