1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

fix usage; Thomas Klausner will commit the same diff to NetBSD within the

next hours, so our trees will remain as similar as possible.

ok jmc@
This commit is contained in:
sobrado 2024-05-20 19:16:48 +00:00
parent 5a50f35104
commit 99d715838f

View File

@ -1,5 +1,5 @@
%{
/* $OpenBSD: fgen.l,v 1.17 2024/02/14 02:40:02 jsg Exp $ */
/* $OpenBSD: fgen.l,v 1.18 2024/05/20 19:16:48 sobrado Exp $ */
/* $NetBSD: fgen.l,v 1.37 2016/03/08 20:13:44 christos Exp $ */
/* FLEX input for FORTH input file scanner */
/*
@ -1007,8 +1007,8 @@ apply_macros(YY_BUFFER_STATE yinput, const char *str)
static void
usage(void)
{
(void)fprintf(stderr, "%s: [-d level] [-o outfile] <infile>\n",
getprogname());
(void)fprintf(stderr, "usage: %s [-d level] [-o outfile] infile\n",
getprogname());
exit(EXIT_FAILURE);
}