Use the standard way of printing the usage string

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2014-07-21 17:18:00 +00:00
parent 4a87818e07
commit 54a7138bd8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268948

View File

@ -91,7 +91,7 @@ static void
usage(void)
{
errx(1,
(void)fprintf(stderr,
"usage: vtfontcvt [-w width] [-h height] [-v] normal.bdf [bold.bdf] out.fnt\n");
exit(1);
}