summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-31 10:53:43 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-31 10:53:43 +0000
commitdad21424d313db36275c9afb45d655b5c41ca9d9 (patch)
tree4526322302beb790708dc4f6309f0b5c9f54d714 /main.c
parentea7da00481f83cd3cd4dfaa7637f3460536ed897 (diff)
downloadmandoc-dad21424d313db36275c9afb45d655b5c41ca9d9.tar.gz
Make -Werr be -Wlevel, keeping it in sync with mandoc.1. Noted by
Alexander Schrijver---thanks!
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 857201ba..d5e57bec 100644
--- a/main.c
+++ b/main.c
@@ -165,7 +165,7 @@ usage(void)
"[-mformat] "
"[-Ooption] "
"[-Toutput] "
- "[-Werr] "
+ "[-Wlevel] "
"[file...]\n",
progname);