From a445bc484ec282bd86818febcadf7ee102d450f0 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Wed, 18 Mar 2015 18:09:43 +0000 Subject: add newlines to usage messages --- appl/cmd/mprof.b | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appl/cmd/mprof.b') diff --git a/appl/cmd/mprof.b b/appl/cmd/mprof.b index 1722d50a..3a57969f 100644 --- a/appl/cmd/mprof.b +++ b/appl/cmd/mprof.b @@ -43,7 +43,7 @@ badmodule(p: string) usage(s: string) { sys->fprint(stderr, "mprof: %s\n", s); - sys->fprint(stderr, "usage: mprof [-bcMflnve] [-m modname]... [cmd arg ...]"); + sys->fprint(stderr, "usage: mprof [-bcMflnve] [-m modname]... [cmd arg ...]\n"); exits("usage"); } -- cgit v1.2.3