source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: sync usage(), and tidy up the output a little; from jmc@
@ 2012-11-19 17:22 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2012-11-19 17:22 UTC (permalink / raw)
  To: source

Log Message:
-----------
sync usage(), and tidy up the output a little; from jmc@

Modified Files:
--------------
    mdocml:
        main.c

Revision Data
-------------
Index: main.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/main.c,v
retrieving revision 1.166
retrieving revision 1.167
diff -Lmain.c -Lmain.c -u -p -r1.166 -r1.167
--- main.c
+++ 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);
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-11-19 17:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-19 17:22 mdocml: sync usage(), and tidy up the output a little; from jmc@ schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).