diff options
Diffstat (limited to 'appl/cmd/prof.b')
| -rw-r--r-- | appl/cmd/prof.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/prof.b b/appl/cmd/prof.b index 55c676c5..0e3abee8 100644 --- a/appl/cmd/prof.b +++ b/appl/cmd/prof.b @@ -43,7 +43,7 @@ badmodule(p: string) usage(s: string) { sys->fprint(stderr, "prof: %s\n", s); - sys->fprint(stderr, "usage: prof [-bflnv] [-m modname]... [-s rate] [cmd arg ...]"); + sys->fprint(stderr, "usage: prof [-bflnv] [-m modname]... [-s rate] [cmd arg ...]\n"); exits("usage"); } |
