summaryrefslogtreecommitdiff
path: root/rc/bin/rcpu
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-02-15 17:30:56 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2016-02-15 17:30:56 +0100
commit86dfd3cf16ebded3b15b7792253688c361dd0260 (patch)
treeca28f4f72a7735212f5451e018c47c5cab1aabdf /rc/bin/rcpu
parentb450cb7e32ac9233d6d9225600feaf8b4a84301d (diff)
provide rcpu(1), make usage line consistent
Diffstat (limited to 'rc/bin/rcpu')
-rwxr-xr-xrc/bin/rcpu2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/bin/rcpu b/rc/bin/rcpu
index 086392e6a..b14b5d5aa 100755
--- a/rc/bin/rcpu
+++ b/rc/bin/rcpu
@@ -3,7 +3,7 @@ rfork e
argv0=$0
fn usage {
- echo 'usage:' $argv0 '[-p] [-h host] [-u user] [-k keypattern] [-P patternfile] [-c cmd arg ...]' >[1=2]
+ echo 'usage:' $argv0 '[-u user] [-k keypattern] [-P patternfile] [-p] [-h host] [-c cmd arg ...]' >[1=2]
exit 'usage'
}