From 930c6cf21c35cb389fef3fe37559e4d70aa2f624 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 7 May 2020 12:52:40 +0000 Subject: [PATCH] Sync usage with man page. --- usr.sbin/lastlogin/lastlogin.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/lastlogin/lastlogin.c b/usr.sbin/lastlogin/lastlogin.c index 98fc17532417..b40aa9f2fdd4 100644 --- a/usr.sbin/lastlogin/lastlogin.c +++ b/usr.sbin/lastlogin/lastlogin.c @@ -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 #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 @@ -531,8 +531,8 @@ output_record(struct output *o) static void usage(void) { - (void)fprintf(stderr, "Usage: %s [-nrt] [-f ] " - "[-H ] [-L ] [-N ] [user ...]\n", + (void)fprintf(stderr, "Usage: %s [-Fnrt] [-f filename] " + "[-H hostsize] [-L linesize] [-N namesize] [user ...]\n", getprogname()); exit(1); }