diff options
| author | Charles Forsyth <charles.forsyth@gmail.com> | 2015-03-18 18:13:11 +0000 |
|---|---|---|
| committer | Charles Forsyth <charles.forsyth@gmail.com> | 2015-03-18 18:13:11 +0000 |
| commit | dbd7baed645bb8a0f14dc9df6ea26651320af9c0 (patch) | |
| tree | ed934c241c15410ba1fbfbc31be7e69c6e4d8520 /appl/wm/cprof.b | |
| parent | c8a5308fc0e87750092e7a8b76efa24a4943374c (diff) | |
add newlines to usage
Diffstat (limited to 'appl/wm/cprof.b')
| -rw-r--r-- | appl/wm/cprof.b | 4 |
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 +}; |
