[Pkg-ocaml-maint-commits] [SCM] pkglab packaging branch, master, updated. debian/1.4.2-10-4-gb7be026

Ralf Treinen treinen at free.fr
Mon May 24 20:02:48 UTC 2010


The following commit has been merged in the master branch:
commit b7be02673eed76809325adc4d5d502d697dd5b8e
Author: Ralf Treinen <treinen at free.fr>
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



More information about the Pkg-ocaml-maint-commits mailing list