diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2018-06-15 16:28:50 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2018-06-15 16:28:50 +0000 |
| commit | fd897a5340d1fa46385cbe81b877b63225d32324 (patch) | |
| tree | ae45e5a016b2e35198f1f14adbca0f6d6ffeb6f7 /usr.bin/ldd | |
| parent | e2d98a24b4ac8498196fceeb54edc24a534b271f (diff) | |
Notes
Diffstat (limited to 'usr.bin/ldd')
| -rw-r--r-- | usr.bin/ldd/sods.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ldd/sods.c b/usr.bin/ldd/sods.c index fb70e9ff65ad..d65b0c82899d 100644 --- a/usr.bin/ldd/sods.c +++ b/usr.bin/ldd/sods.c @@ -203,7 +203,7 @@ dump_file(const char *fname) file_base = (const char *) objbase; /* Makes address arithmetic easier */ if (IS_ELF(*(const Elf32_Ehdr*) align_struct(file_base))) { - warnx("%s: this is an ELF program; use objdump to examine", fname); + warnx("%s: this is an ELF program; use readelf to examine", fname); ++error_count; munmap(objbase, sb.st_size); return; |
