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 | |
| parent | c8a5308fc0e87750092e7a8b76efa24a4943374c (diff) | |
add newlines to usage
| -rw-r--r-- | appl/wm/cprof.b | 4 | ||||
| -rw-r--r-- | appl/wm/mprof.b | 4 | ||||
| -rw-r--r-- | appl/wm/prof.b | 4 |
3 files changed, 6 insertions, 6 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 +}; 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 +}; 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 +}; |
