=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/elf2olf/Attic/elf2olf.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/elf2olf/Attic/elf2olf.c 2006/03/22 13:25:58 1.8 +++ src/usr.bin/elf2olf/Attic/elf2olf.c 2007/03/15 23:06:01 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: elf2olf.c,v 1.8 2006/03/22 13:25:58 ray Exp $ */ +/* $OpenBSD: elf2olf.c,v 1.9 2007/03/15 23:06:01 jmc Exp $ */ /* * Copyright (c) 1996 Erik Theisen. All rights reserved. * @@ -30,7 +30,7 @@ #endif /* not lint */ #ifndef lint -static char rcsid[] = "@(#) $Id: elf2olf.c,v 1.8 2006/03/22 13:25:58 ray Exp $"; +static char rcsid[] = "@(#) $Id: elf2olf.c,v 1.9 2007/03/15 23:06:01 jmc Exp $"; #endif #include @@ -244,7 +244,7 @@ if (olf2elf) { fprintf(stderr, "usage: %s [-v] file ...\n", progname); } else { - fprintf(stderr, "usage: %s [-v] [-o opsys] elffile ...\n", progname); + fprintf(stderr, "usage: %s [-v] [-o opsys] module ...\n", progname); fprintf(stderr, "where opsys is:\n\t"); for (i = 1; os_namev[i] != NULL; i++) { col = col + strlen(os_namev[i]) + 2;