summaryrefslogtreecommitdiffstats
path: root/usr.bin/colldef
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-05-21 09:55:10 +0000
committerru <ru@FreeBSD.org>2005-05-21 09:55:10 +0000
commit0491ba1f6311b421efbea894a9c8c6c704b48cac (patch)
tree4870c75413d8f7d09b554f2a2207e1d05af42979 /usr.bin/colldef
parent5a7d45e3b5455d554665269116b17dfc57718640 (diff)
downloadFreeBSD-src-0491ba1f6311b421efbea894a9c8c6c704b48cac.zip
FreeBSD-src-0491ba1f6311b421efbea894a9c8c6c704b48cac.tar.gz
Sync program's usage() with manpage's SYNOPSIS.
Diffstat (limited to 'usr.bin/colldef')
-rw-r--r--usr.bin/colldef/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/colldef/parse.y b/usr.bin/colldef/parse.y
index 584f282..375aed8 100644
--- a/usr.bin/colldef/parse.y
+++ b/usr.bin/colldef/parse.y
@@ -342,7 +342,7 @@ main(int ac, char **av)
static void
usage(void)
{
- fprintf(stderr, "usage: colldef [-o out_file] [-I map_dir] [filename]\n");
+ fprintf(stderr, "usage: colldef [-I map_dir] [-o out_file] [filename]\n");
exit(EX_USAGE);
}
OpenPOWER on IntegriCloud