vtfontcvt(8): Update usage() to match vtfontcvt.8

MFC after:	2 weeks
This commit is contained in:
Mateusz Piotrowski 2022-07-19 16:34:29 +02:00
parent cad64622ca
commit ef2d0816dd

View File

@ -180,8 +180,8 @@ usage(void)
{
(void)fprintf(stderr, "usage: vtfontcvt "
"[-n] [-f font|source|compressed-source] [-w width] [-h height]\n"
"\t[-v] -o output_file normal.bdf [bold.bdf]\n");
"[-nv] [-f format] [-h height] [-w width]\n"
"\t-o output_file normal_font [bold_font]\n");
exit(1);
}