summaryrefslogtreecommitdiff
path: root/usr.bin/mg/main.c
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2008-05-29 19:58:16 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2008-05-29 19:58:16 +0000
commit56b4f15fe0f5069d3cbb45f9ea73752f8d75b42a (patch)
tree66a990b7687f91aab213d7cbc308220fb8ccce17 /usr.bin/mg/main.c
parent9599fd01bdcad69824d74fbf2c97ddf3e126680e (diff)
add a detailed synopsis to mg(1); synchronize with usage.
tweaks by jmc@ ok jmc@
Diffstat (limited to 'usr.bin/mg/main.c')
-rw-r--r--usr.bin/mg/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/main.c b/usr.bin/mg/main.c
index 30fcb7202c5..2238a39757a 100644
--- a/usr.bin/mg/main.c
+++ b/usr.bin/mg/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.56 2007/02/20 04:39:45 cloder Exp $ */
+/* $OpenBSD: main.c,v 1.57 2008/05/29 19:58:15 sobrado Exp $ */
/* This file is in the public domain. */
@@ -34,7 +34,7 @@ extern char *__progname;
static __dead void
usage()
{
- fprintf(stderr, "usage: %s [+line] [-n] [-f mode] [file ...]\n",
+ fprintf(stderr, "usage: %s [-n] [-f mode] [+number] [file ...]\n",
__progname);
exit(1);
}