From cecb299f4405e3c5873b59d74e49a715a4bfe208 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 30 Oct 2014 17:15:28 +0000 Subject: add -K to usage() and wrap nicely; from jmc@ --- main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index 79a2ddd6..0ff8b618 100644 --- a/main.c +++ b/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.195 2014/10/28 17:36:19 schwarze Exp $ */ +/* $Id: main.c,v 1.196 2014/10/30 17:15:28 schwarze Exp $ */ /* * Copyright (c) 2008-2012 Kristaps Dzonsons * Copyright (c) 2010, 2011, 2012, 2014 Ingo Schwarze @@ -443,8 +443,8 @@ usage(enum argmode argmode) switch (argmode) { case ARG_FILE: fputs("usage: mandoc [-acfhklV] [-Ios=name] " - "[-mformat] [-Ooption] [-Toutput] [-Wlevel]\n" - "\t [file ...]\n", stderr); + "[-Kencoding] [-mformat] [-Ooption]\n" + "\t [-Toutput] [-Wlevel] [file ...]\n", stderr); break; case ARG_NAME: fputs("usage: man [-acfhklVw] [-C file] " -- cgit v1.2.3-56-ge451