View | Details | Raw Unified | Return to bug 209865
Collapse All | Expand All

(-)b/usr.bin/mkesdb/yacc.y (-3 / +2 lines)
Lines 278-285 usage(void) Link Here
278
{
278
{
279
	errx(EXIT_FAILURE,
279
	errx(EXIT_FAILURE,
280
	    "usage:\n"
280
	    "usage:\n"
281
	    "\t%s [-o outfile] [infile]\n"
281
	    "\t%s [-d] [-o outfile] [infile]\n"
282
	    "\t%s -m [-o outfile] [infile]",
282
	    "\t%s -m [-d] [-o outfile] [infile]",
283
	    getprogname(), getprogname());
283
	    getprogname(), getprogname());
284
}
284
}
285
285
286
- 

Return to bug 209865