summaryrefslogtreecommitdiff
path: root/rc/bin/rconnect
diff options
context:
space:
mode:
Diffstat (limited to 'rc/bin/rconnect')
-rwxr-xr-xrc/bin/rconnect2
1 files changed, 1 insertions, 1 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'
}