summaryrefslogtreecommitdiff
path: root/appl/cmd/cprof.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/cmd/cprof.b')
-rw-r--r--appl/cmd/cprof.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/cmd/cprof.b b/appl/cmd/cprof.b
index 846a75bd..21a42a26 100644
--- a/appl/cmd/cprof.b
+++ b/appl/cmd/cprof.b
@@ -38,7 +38,7 @@ badmodule(p: string)
usage(s: string)
{
sys->fprint(stderr, "cprof: %s\n", s);
- sys->fprint(stderr, "usage: cprof [-fner] [-m modname]... cmd [arg ... ]");
+ sys->fprint(stderr, "usage: cprof [-fner] [-m modname]... cmd [arg ... ]\n");
exits("usage");
}