Module Name:    src
Committed By:   wiz
Date:           Thu May  7 12:52:40 UTC 2020

Modified Files:
        src/usr.sbin/lastlogin: lastlogin.c

Log Message:
Sync usage with man page.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/lastlogin/lastlogin.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/lastlogin/lastlogin.c
diff -u src/usr.sbin/lastlogin/lastlogin.c:1.19 src/usr.sbin/lastlogin/lastlogin.c:1.20
--- src/usr.sbin/lastlogin/lastlogin.c:1.19	Wed May  6 19:45:39 2020
+++ src/usr.sbin/lastlogin/lastlogin.c	Thu May  7 12:52:40 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: lastlogin.c,v 1.19 2020/05/06 19:45:39 kim Exp $	*/
+/*	$NetBSD: lastlogin.c,v 1.20 2020/05/07 12:52:40 wiz Exp $	*/
 /*
  * Copyright (c) 1996 John M. Vinopal
  * All rights reserved.
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: lastlogin.c,v 1.19 2020/05/06 19:45:39 kim Exp $");
+__RCSID("$NetBSD: lastlogin.c,v 1.20 2020/05/07 12:52:40 wiz Exp $");
 #endif
 
 #include <sys/types.h>
@@ -531,8 +531,8 @@ output_record(struct output *o)
 static void
 usage(void)
 {
-	(void)fprintf(stderr, "Usage: %s [-nrt] [-f <filename>] "
-	    "[-H <hostlen>] [-L <linelen>] [-N <namelen>] [user ...]\n",
+	(void)fprintf(stderr, "Usage: %s [-Fnrt] [-f filename] "
+	    "[-H hostsize] [-L linesize] [-N namesize] [user ...]\n",
 	    getprogname());
 	exit(1);
 }

Reply via email to