Sync usage with man page.

This commit is contained in:
wiz 2011-06-08 12:49:45 +00:00
parent 20e3a8d382
commit 8fb66db3ec
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: wsfontload.c,v 1.15 2011/06/08 10:25:21 drochner Exp $ */
/* $NetBSD: wsfontload.c,v 1.16 2011/06/08 12:49:45 wiz Exp $ */
/*
* Copyright (c) 1999
@ -76,8 +76,8 @@ usage(void)
{
(void)fprintf(stderr,
"usage: %s [-f wsdev] [-w width] [-h height] [-e encoding]"
" [-N name] [-b] [-B] [fontfile]\n",
"usage: %s [-Bbv] [-e encoding] [-f wsdev] [-h height]"
" [-N name] [-w width] [fontfile]\n",
getprogname());
exit(1);
}