aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit9ded0b0acccd78c24e423f47db992897a949faef (patch)
tree71e16c9b47da51b2a505dd8d060aeb95fbfe43f7
parent8711ad899a9dd0e4c4f8845e5862612465264781 (diff)
downloadmandoc-9ded0b0acccd78c24e423f47db992897a949faef.tar.gz
mandoc-9ded0b0acccd78c24e423f47db992897a949faef.tar.zst
mandoc-9ded0b0acccd78c24e423f47db992897a949faef.zip
sync usage(), and tidy up the output a little; from jmc@
-rw-r--r--main.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/main.c b/main.c
index 5d15557f..7e5c7a98 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.166 2012/05/27 17:48:57 schwarze Exp $ */
+/* $Id: main.c,v 1.167 2012/11/19 17:22:26 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010, 2011, 2012 Ingo Schwarze <schwarze@openbsd.org>
@@ -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);