summaryrefslogtreecommitdiff
path: root/rc/bin
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
parentb450cb7e32ac9233d6d9225600feaf8b4a84301d (diff)
downloadplan9front-86dfd3cf16ebded3b15b7792253688c361dd0260.tar.xz
provide rcpu(1), make usage line consistent
Diffstat (limited to 'rc/bin')
-rwxr-xr-xrc/bin/rconnect2
-rwxr-xr-xrc/bin/rcpu2
-rwxr-xr-xrc/bin/rexport2
-rwxr-xr-xrc/bin/rimport2
4 files changed, 4 insertions, 4 deletions
diff --git a/rc/bin/rconnect b/rc/bin/rconnect
index 44de0918f..556c4e025 100755
--- a/rc/bin/rconnect
+++ b/rc/bin/rconnect
@@ -3,7 +3,7 @@ rfork e
argv0=$0
fn usage {
- echo 'usage:' $argv0 '[-p] [-u user] [-k keyspec] host remotescript localcommand ...' >[1=2]
+ echo 'usage:' $argv0 '[-u user] [-k keypattern] [-p] host remotescript localcommand arg ...' >[1=2]
exit 'usage'
}
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'
}
diff --git a/rc/bin/rexport b/rc/bin/rexport
index 7e2412b3d..3e9371c27 100755
--- a/rc/bin/rexport
+++ b/rc/bin/rexport
@@ -3,7 +3,7 @@ rfork e
argv0=$0
fn usage {
- echo 'usage:' $argv0 '[options] [-s remotesrv] [-m remotemtpt] tree host [remotecmd [args ...]]' >[1=2]
+ echo 'usage:' $argv0 '[-abcCnq] [-s remotename] [-m remotemtpt] [-u user] [-k keypattern] [-P patternfile] [-p] tree host [remotecmd [args ...]]' >[1=2]
exit 'usage'
}
diff --git a/rc/bin/rimport b/rc/bin/rimport
index b09ef8eeb..2e421aadf 100755
--- a/rc/bin/rimport
+++ b/rc/bin/rimport
@@ -3,7 +3,7 @@ rfork e
argv0=$0
fn usage {
- echo 'usage:' $argv0 '[options] host tree [mountpoint]' >[1=2]
+ echo 'usage:' $argv0 '[-abcCnq] [-s name] [-u user] [-k keypattern] [-p] host tree [mountpoint]' >[1=2]
exit 'usage'
}