=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- mandoc/main.c 2009/03/23 15:20:51 1.11 +++ mandoc/main.c 2009/03/23 15:41:09 1.12 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.11 2009/03/23 15:20:51 kristaps Exp $ */ +/* $Id: main.c,v 1.12 2009/03/23 15:41:09 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -271,7 +271,9 @@ __dead static void usage(void) { - (void)fprintf(stderr, "usage: %s\n", __progname); + (void)fprintf(stderr, "usage: %s [-V] [-foption...] " + "[-mformat] [-Toutput] [-Werr...]\n", + __progname); exit(1); /* NOTREACHED */ }