diff options
author | ru <ru@FreeBSD.org> | 2005-05-21 09:55:10 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-05-21 09:55:10 +0000 |
commit | 0491ba1f6311b421efbea894a9c8c6c704b48cac (patch) | |
tree | 4870c75413d8f7d09b554f2a2207e1d05af42979 /usr.bin/rsh | |
parent | 5a7d45e3b5455d554665269116b17dfc57718640 (diff) | |
download | FreeBSD-src-0491ba1f6311b421efbea894a9c8c6c704b48cac.zip FreeBSD-src-0491ba1f6311b421efbea894a9c8c6c704b48cac.tar.gz |
Sync program's usage() with manpage's SYNOPSIS.
Diffstat (limited to 'usr.bin/rsh')
-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 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); } |