diff options
Diffstat (limited to 'appl/cmd/mprof.b')
| -rw-r--r-- | appl/cmd/mprof.b | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } |
