summaryrefslogtreecommitdiffstats
path: root/usr.bin/rsh/rsh.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rsh/rsh.c')
-rw-r--r--usr.bin/rsh/rsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c
index 51aa24b..a366830 100644
--- a/usr.bin/rsh/rsh.c
+++ b/usr.bin/rsh/rsh.c
@@ -371,6 +371,6 @@ usage(void)
{
(void)fprintf(stderr,
- "usage: rsh [-46dn] [-l login] [-t timeout] host [command]\n");
+ "usage: rsh [-46dn] [-l username] [-t timeout] host [command]\n");
exit(1);
}
OpenPOWER on IntegriCloud