diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-07 13:22:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-07 13:22:25 +0000 |
commit | e9172b6df6baff6880368579382eff0b99e44a50 (patch) | |
tree | b6c80e169c0623d60dc504b699675104bb966e4b /usr.bin/m4/misc.c | |
parent | 5fc46b328224e81b6da6d19259aa51a06740e5d3 (diff) |
sort options and sync usage()
Diffstat (limited to 'usr.bin/m4/misc.c')
-rw-r--r-- | usr.bin/m4/misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/m4/misc.c b/usr.bin/m4/misc.c index dee43f34b5c..eca33141abf 100644 --- a/usr.bin/m4/misc.c +++ b/usr.bin/m4/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.33 2005/09/06 15:33:21 espie Exp $ */ +/* $OpenBSD: misc.c,v 1.34 2005/09/07 13:22:24 jmc Exp $ */ /* $NetBSD: misc.c,v 1.6 1995/09/28 05:37:41 tls Exp $ */ /* @@ -323,7 +323,7 @@ xstrdup(const char *s) void usage() { - fprintf(stderr, "usage: m4 [-gs] [-d flags] [-t macro] [-o file] [-Dname[=val]] [-Uname] [-I dirname...]\n"); + fprintf(stderr, "usage: m4 [-gs] [-Dname[=value]] [-d flags] [-I dirname] [-o filename] [-t macro] [-Uname]\n"); exit(1); } |