Sync usage() with reality and manpage.

"ok, but no cookie" oga@
This commit is contained in:
simon 2008-04-03 13:58:57 +00:00
parent 34c0a0635f
commit ef0859de20

View File

@ -312,6 +312,6 @@ usage(void)
{
extern char *__progname;
fprintf(stderr, "usage: %s [-s] [-d display] [-f fontname] \n", __progname);
fprintf(stderr, "usage: %s [-d display] [-c file]\n", __progname);
exit(1);
}