[m-rev.] trivial diff: avoid long line in --help message

Julien Fischer juliensf at csse.unimelb.edu.au
Wed May 23 20:14:35 AEST 2007


Estimated hours taken: 0
Branches: main

compiler/options.m:
 	Fix part of the help message that exceeds 80 chars in length.

Julien.

Index: compiler/options.m
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/compiler/options.m,v
retrieving revision 1.559
diff -u -r1.559 options.m
--- compiler/options.m	23 May 2007 00:17:18 -0000	1.559
+++ compiler/options.m	23 May 2007 10:12:42 -0000
@@ -4851,8 +4851,8 @@
          "\tcompile several modules without the overhead of process",
          "\tcreation for each one.)",
          "--typecheck-ambiguity-warn-limit <n>",
-        "\tSet the number of type assignments required to generate a warning",
-        "\tabout highly ambiguous overloading to <n>.",
+        "\tSet the number of type assignments required to generate a",
+        "\twarning about highly ambiguous overloading to <n>.",
          "--typecheck-ambiguity-error-limit <n>",
          "\tSet the number of type assignments required to generate an error",
          "\tabout excessively ambiguous overloading to <n>. If this limit is",

--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to:       mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions:          mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------



More information about the reviews mailing list