[m-rev.] trivial diff: fix mdprof_test help message
Julien Fischer
juliensf at students.cs.mu.OZ.AU
Mon Jul 14 14:50:20 AEST 2003
Estimated hours taken: 0.1
Branches: main
deep_profiler/mdprof_test.m:
Add some missing newlines to mdprof_test's help message.
Index: mdprof_test.m
===================================================================
RCS file: /home/mercury1/repository/mercury/deep_profiler/mdprof_test.m,v
retrieving revision 1.2
diff -u -r1.2 mdprof_test.m
--- mdprof_test.m 2 Dec 2002 11:24:34 -0000 1.2
+++ mdprof_test.m 14 Jul 2003 04:44:30 -0000
@@ -103,11 +103,11 @@
io__format("Usage: %s [<options>] <filename>\n", [s(ProgName)]),
io__format("<filename> must name a deep profiling data file.\n", []),
io__format("You should specify one of the following options:\n", []),
- io__format("--help Generate this help message.", []),
- io__format("--version Report the program's version number.", []),
- io__format("--test Test the deep profiler, generating all\n", []),
- io__format(" possible web pages of the popular types.", []),
- io__format("You may also specify the following options:.", []),
+ io__format("--help Generate this help message.\n", []),
+ io__format("--version Report the program's version number.\n", []),
+ io__format("--test Test the deep profiler, generating all\n", []),
+ io__format(" possible web pages of the popular types.\n", []),
+ io__format("You may also specify the following options:.\n", []),
io__format("--test-dir <dirname>\n", []),
io__format(" Put the generated web pages into <dirname>.\n",
[]).
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list