From dbd7baed645bb8a0f14dc9df6ea26651320af9c0 Mon Sep 17 00:00:00 2001 From: Charles Forsyth Date: Wed, 18 Mar 2015 18:13:11 +0000 Subject: add newlines to usage --- appl/wm/mprof.b | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appl/wm/mprof.b') diff --git a/appl/wm/mprof.b b/appl/wm/mprof.b index 625f085d..bd42f9ff 100644 --- a/appl/wm/mprof.b +++ b/appl/wm/mprof.b @@ -28,7 +28,7 @@ Wmmprof: module{ usage(s: string) { sys->fprint(sys->fildes(2), "wm/mprof: %s\n", s); - sys->fprint(sys->fildes(2), "usage: wm/mprof [-e] [-m modname]... cmd [arg ... ]"); + sys->fprint(sys->fildes(2), "usage: wm/mprof [-e] [-m modname]... cmd [arg ... ]\n"); exit; } @@ -311,4 +311,4 @@ wincfg := array[] of { "pack propagate . 0", "update", -}; \ No newline at end of file +}; -- cgit v1.2.3