diff options
| author | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-11-24 09:25:44 +0000 |
|---|---|---|
| committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2000-11-24 09:25:44 +0000 |
| commit | b67f439c91f6c144fe94a4ac75b75fa526c9b1be (patch) | |
| tree | 35d550971e39b3849b443ba6f74c5a8b2efff39f /usr.bin/rsh/rsh.c | |
| parent | 0deea1c0661348786a74bee95b3f025c3f39cefe (diff) | |
Notes
Diffstat (limited to 'usr.bin/rsh/rsh.c')
| -rw-r--r-- | usr.bin/rsh/rsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index d57b5fcdbc18..935515a56b89 100644 --- a/usr.bin/rsh/rsh.c +++ b/usr.bin/rsh/rsh.c @@ -491,7 +491,7 @@ usage() { (void)fprintf(stderr, - "usage: rsh [-46] [-nd%s]%s[-l login] [-t timeout] host [command]\n", + "usage: rsh [-46] [-ndK%s]%s[-l login] [-t timeout] host [command]\n", #ifdef KERBEROS #ifdef CRYPT "x", " [-k realm] "); |
