summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2012-11-19 17:22:26 +0000
committerIngo Schwarze <schwarze@openbsd.org>2012-11-19 17:22:26 +0000
commit0fa2afa184f53b477014d5e3f914ff27ee06b04d (patch)
treebb4a584fa0dc67bd04c061f58e8ecf88348ec3a7 /main.c
parentd5f1797861002d38895cb48b3d377e91bef99cbf (diff)
downloadmandoc-0fa2afa184f53b477014d5e3f914ff27ee06b04d.tar.gz
sync usage(), and tidy up the output a little; from jmc@
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.c b/main.c
index 7c9a5c60..590cfcc8 100644
--- a/main.c
+++ b/main.c
@@ -186,12 +186,12 @@ usage(void)
fprintf(stderr, "usage: %s "
"[-V] "
- "[-foption] "
+ "[-Ios=name] "
"[-mformat] "
"[-Ooption] "
"[-Toutput] "
- "[-Wlevel] "
- "[file...]\n",
+ "[-Wlevel]\n"
+ "\t [file ...]\n",
progname);
exit((int)MANDOCLEVEL_BADARG);