diff options
| author | Ori Bernstein <ori@eigenstate.org> | 2020-03-10 10:09:34 -0700 |
|---|---|---|
| committer | Ori Bernstein <ori@eigenstate.org> | 2020-03-10 10:09:34 -0700 |
| commit | 5bc9b0c3cac34864d479c099283793ec4ae5565e (patch) | |
| tree | 943d06d59dfd6c13cc0a724a3118d5099b264884 /rc/bin/psu | |
| parent | 06ea44c895a5f97b7b9b65fce84dec2700f443fb (diff) | |
| download | plan9front-5bc9b0c3cac34864d479c099283793ec4ae5565e.tar.xz | |
improve usage messages (thanks henesy)
Fix inconsistencies between programs and their usage
messages, correct instances where information seems
to be missing or lost. This includes missing arguments,
making usage consistent with manuals, and so on.
Diffstat (limited to 'rc/bin/psu')
| -rwxr-xr-x | rc/bin/psu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/psu b/rc/bin/psu index d9f63fef8..0755a1817 100755 --- a/rc/bin/psu +++ b/rc/bin/psu @@ -15,6 +15,6 @@ case 0 case 1 ps $flags | sed -n '/^'$1' /p' case * - echo Usage: psu '[ps-flags] [ user ]' >[1=2] + echo usage: psu '[ps-flags] [ user ]' >[1=2] exit usage } |
