summaryrefslogtreecommitdiff
path: root/appl/wm/cprof.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/wm/cprof.b')
-rw-r--r--appl/wm/cprof.b4
1 files changed, 2 insertions, 2 deletions
diff --git a/appl/wm/cprof.b b/appl/wm/cprof.b
index 1d998236..0d893a36 100644
--- a/appl/wm/cprof.b
+++ b/appl/wm/cprof.b
@@ -28,7 +28,7 @@ Wmcprof: module{
usage(s: string)
{
sys->fprint(sys->fildes(2), "wm/cprof: %s\n", s);
- sys->fprint(sys->fildes(2), "usage: wm/cprof [-efr] [-m modname]... cmd [arg ... ]");
+ sys->fprint(sys->fildes(2), "usage: wm/cprof [-efr] [-m modname]... cmd [arg ... ]\n");
exit;
}
@@ -357,4 +357,4 @@ wincfg := array[] of {
".f.t tag configure halfexec -fg red -bg white",
"update",
-}; \ No newline at end of file
+};