trivial diff: mercury_trace.c help message

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Apr 9 13:43:30 AEST 1998


Estimated hours taken: 0.1

runtime/mercury_trace.c:
	Fix a couple of formatting errors in the tracer help message.

Index: mercury_trace.c
===================================================================
RCS file: /home/mercury1/repository/mercury/runtime/mercury_trace.c,v
retrieving revision 1.9
diff -u -u -r1.9 mercury_trace.c
--- mercury_trace.c	1998/04/08 11:34:09	1.9
+++ mercury_trace.c	1998/04/08 15:36:16
@@ -1455,8 +1455,9 @@
 	printf("valid commands are:\n"
 		"a, EOF:\t\t"
 		"\tabort the current execution.\n"
-		"b <module> <name>:\t"
-		"\tset a breakpoint on the predicate or function <module>:<name>.\n"
+		"b <module> <name>:"
+		"\tset a breakpoint on the predicate\n"
+		"\t\t\tor function <module>:<name>.\n"
 		"c:\t\t"
 		"\tcontinue to end of program, not printing the trace.\n"
 		"C:\t\t"
@@ -1473,7 +1474,7 @@
 		"\tprint the variables live at this point.\n"
 		"r:\t\t"
 		"\tcontinue until forward execution is resumed.\n"
-		"[<N>] [s]:"
+		"[<N>] [s]:\t"
 		"\tskip N events, not printing the trace (default: N=1).\n"
 		"[<N>] S:\t"
 		"\tskip N events, printing the trace (default: N=1).\n"

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list