aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitf8f1928d0b7dc342d3d040c9098b00dc5e6c82c9 (patch)
tree92ea6ee44f6fc9e7dc3ef182ba68f7e2fe8ecef5 /main.c
parent8c8acc841a06b91d32605ac62ae1bdb774cc9584 (diff)
downloadmandoc-f8f1928d0b7dc342d3d040c9098b00dc5e6c82c9.tar.gz
mandoc-f8f1928d0b7dc342d3d040c9098b00dc5e6c82c9.tar.zst
mandoc-f8f1928d0b7dc342d3d040c9098b00dc5e6c82c9.zip
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 2a8eac6d..bbbb8846 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.160 2011/03/28 21:49:42 kristaps Exp $ */
+/* $Id: main.c,v 1.161 2011/03/31 10:53:43 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -165,7 +165,7 @@ usage(void)
"[-mformat] "
"[-Ooption] "
"[-Toutput] "
- "[-Werr] "
+ "[-Wlevel] "
"[file...]\n",
progname);