diff options
Diffstat (limited to 'usr.bin/mg/main.c')
-rw-r--r-- | usr.bin/mg/main.c | 4 |
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); } |