summaryrefslogtreecommitdiff
path: root/appl/wm/prof.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/wm/prof.b')
-rw-r--r--appl/wm/prof.b4
1 files changed, 2 insertions, 2 deletions
diff --git a/appl/wm/prof.b b/appl/wm/prof.b
index 71327e52..3bf9a4c3 100644
--- a/appl/wm/prof.b
+++ b/appl/wm/prof.b
@@ -28,7 +28,7 @@ Wmprof: module{
usage(s: string)
{
sys->fprint(sys->fildes(2), "wm/prof: %s\n", s);
- sys->fprint(sys->fildes(2), "usage: wm/prof [-e] [-m modname]... cmd [arg ... ]");
+ sys->fprint(sys->fildes(2), "usage: wm/prof [-e] [-m modname]... cmd [arg ... ]\n");
exit;
}
@@ -320,4 +320,4 @@ wincfg := array[] of {
"pack propagate . 0",
"update",
-}; \ No newline at end of file
+};