diff options
Diffstat (limited to 'appl/wm/mprof.b')
| -rw-r--r-- | appl/wm/mprof.b | 4 |
1 files changed, 2 insertions, 2 deletions
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 +}; |
