1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

While I'm here sync usage() w/ manual.

This commit is contained in:
mpech 2003-05-06 10:45:49 +00:00
parent ae6d376e73
commit 2e2d720a6f

View File

@ -1,4 +1,4 @@
/* $OpenBSD: skeyaudit.c,v 1.17 2003/05/02 20:10:46 millert Exp $ */ /* $OpenBSD: skeyaudit.c,v 1.18 2003/05/06 10:45:49 mpech Exp $ */
/* /*
* Copyright (c) 1997, 2000, 2003 Todd C. Miller <Todd.Miller@courtesan.com> * Copyright (c) 1997, 2000, 2003 Todd C. Miller <Todd.Miller@courtesan.com>
@ -232,7 +232,7 @@ usage(void)
{ {
extern char *__progname; extern char *__progname;
(void)fprintf(stderr, "Usage: %s [-i] [-l limit]\n", (void)fprintf(stderr, "Usage: %s [-a] [-i] [-l limit]\n",
__progname); __progname);
exit(1); exit(1);
} }