mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-29 08:08:37 +00:00
Make usage() reflect reality (add the -aout and -elf options).
OK'd by: bde
This commit is contained in:
parent
344dbae494
commit
65a74e454e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=45925
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user