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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c
index 63bc661..4a2f0de 100644
--- a/usr.bin/rsh/rsh.c
+++ b/usr.bin/rsh/rsh.c
@@ -120,7 +120,7 @@ main(int argc, char *argv[])
argoff = 1;
}
-#define OPTIONS "468KLde:l:nt:w"
+#define OPTIONS "468Lde:l:nt:w"
while ((ch = getopt(argc - argoff, argv + argoff, OPTIONS)) != -1)
switch(ch) {
case '4':
@@ -371,6 +371,6 @@ usage(void)
{
(void)fprintf(stderr,
- "usage: rsh [-46] [-nd] [-l login] [-t timeout] host [command]\n");
+ "usage: rsh [-46dn] [-l login] [-t timeout] host [command]\n");
exit(1);
}
OpenPOWER on IntegriCloud