aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rusers/rusers.c
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-05-21 09:55:10 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-05-21 09:55:10 +0000
commitf682f10c76449b3af3b1dd9afff859cd1cd07116 (patch)
tree4870c75413d8f7d09b554f2a2207e1d05af42979 /usr.bin/rusers/rusers.c
parent9b3eb503540780da14e359b10886a885eb649497 (diff)
downloadsrc-f682f10c76449b3af3b1dd9afff859cd1cd07116.tar.gz
src-f682f10c76449b3af3b1dd9afff859cd1cd07116.zip
Sync program's usage() with manpage's SYNOPSIS.
Notes
Notes: svn path=/head/; revision=146466
Diffstat (limited to 'usr.bin/rusers/rusers.c')
-rw-r--r--usr.bin/rusers/rusers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c
index 87f46608870b..705c887e8d7d 100644
--- a/usr.bin/rusers/rusers.c
+++ b/usr.bin/rusers/rusers.c
@@ -218,7 +218,7 @@ static void
usage(void)
{
- fprintf(stderr, "usage: rusers [-la] [hosts ...]\n");
+ fprintf(stderr, "usage: rusers [-al] [host ...]\n");
exit(1);
}