From 0491ba1f6311b421efbea894a9c8c6c704b48cac Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 21 May 2005 09:55:10 +0000 Subject: Sync program's usage() with manpage's SYNOPSIS. --- usr.bin/finger/finger.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/finger') diff --git a/usr.bin/finger/finger.c b/usr.bin/finger/finger.c index 70d4d1a..bcba85f 100644 --- a/usr.bin/finger/finger.c +++ b/usr.bin/finger/finger.c @@ -154,7 +154,8 @@ option(int argc, char **argv) static void usage(void) { - (void)fprintf(stderr, "usage: finger [-46klmpshoT] [login ...]\n"); + (void)fprintf(stderr, + "usage: finger [-46gklmpshoT] [user ...] [user@host ...]\n"); exit(1); } -- cgit v1.1