fix broken debugger help message.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@564 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-08-01 17:57:18 +00:00
parent 6176d1bb08
commit d0a4007160
3 changed files with 4 additions and 3 deletions

View File

@@ -932,7 +932,7 @@ debugging :-
'$format'(user_error,"<D depth D < full term~n", []),
'$format'(user_error,"+ spy this - nospy this~n", []),
'$format'(user_error,"^ view subg ^^ view using~n", []),
'$format'(user_error,"! g execute goal~n").
'$format'(user_error,"! g execute goal~n", []).
'$ilgl'(C) :- '$skipeol'(C), write(user_error,'[ Illegal option. Use h for help. ]'),
nl(user_error), fail.