Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/lastlogin Sync usage with man page.
details: https://anonhg.NetBSD.org/src/rev/de2a45652e04
branches: trunk
changeset: 1009909:de2a45652e04
user: wiz <wiz%NetBSD.org@localhost>
date: Thu May 07 12:52:40 2020 +0000
description:
Sync usage with man page.
diffstat:
usr.sbin/lastlogin/lastlogin.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 826c9e31cad6 -r de2a45652e04 usr.sbin/lastlogin/lastlogin.c
--- a/usr.sbin/lastlogin/lastlogin.c Thu May 07 12:52:26 2020 +0000
+++ b/usr.sbin/lastlogin/lastlogin.c Thu May 07 12:52:40 2020 +0000
@@ -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 @@
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);
}
Home |
Main Index |
Thread Index |
Old Index