mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Document -32 flag in usage() output as well.
Requested by: ru MFC after: 1 week
This commit is contained in:
parent
0069d4d8b1
commit
6efabadaef
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152323
@ -226,7 +226,7 @@ static void
|
||||
usage()
|
||||
{
|
||||
fprintf(stderr,
|
||||
"usage: ldconfig [-aout | -elf] [-Rimrsv] [-f hints_file] [directory | file ...]\n");
|
||||
"usage: ldconfig [-32] [-aout | -elf] [-Rimrsv] [-f hints_file] [directory | file ...]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user