Make usage() reflect reality (add the -aout and -elf options).

OK'd by:	bde
This commit is contained in:
Bill Fumerola 1999-04-21 20:06:42 +00:00
parent 344dbae494
commit 65a74e454e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45925

View File

@ -30,7 +30,7 @@
#ifndef lint
static const char rcsid[] =
"$Id: ldconfig.c,v 1.27 1998/09/06 20:43:25 jdp Exp $";
"$Id: ldconfig.c,v 1.28 1998/09/09 01:21:24 jdp Exp $";
#endif /* not lint */
#include <sys/param.h>
@ -207,7 +207,7 @@ static void
usage()
{
fprintf(stderr,
"usage: ldconfig [-Rmrsv] [-f hints_file] [dir | file ...]\n");
"usage: ldconfig [-aout | -elf] [-Rmrsv] [-f hints_file] [dir | file ...]\n");
exit(1);
}